fixed issue with not all PPTS not loading correctly using PPTViewer

This commit is contained in:
Philip Ridout 2013-11-01 19:30:26 +00:00
parent a69b2d86ef
commit 4345608759

View File

@ -223,7 +223,7 @@ DllExport int OpenPPT(wchar_t *filename, HWND hParentWnd, RECT rect,
{ {
if (steps <= pptView[id].steps) if (steps <= pptView[id].steps)
{ {
Sleep(20); Sleep(100);
DEBUG(L"OpenPPT: Step %d/%d\n", steps, pptView[id].steps); DEBUG(L"OpenPPT: Step %d/%d\n", steps, pptView[id].steps);
steps++; steps++;
NextStep(id); NextStep(id);