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
1 changed files with 1 additions and 1 deletions

View File

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