[Scummvm-cvs-logs] SF.net SVN: scummvm: [32009] scummvm/trunk/engines/kyra/gui_hof.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun May 11 12:48:22 CEST 2008
Revision: 32009
http://scummvm.svn.sourceforge.net/scummvm/?rev=32009&view=rev
Author: eriktorbjorn
Date: 2008-05-11 03:48:22 -0700 (Sun, 11 May 2008)
Log Message:
-----------
Use less CPU when reading the spell book.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/gui_hof.cpp
Modified: scummvm/trunk/engines/kyra/gui_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_hof.cpp 2008-05-11 10:36:48 UTC (rev 32008)
+++ scummvm/trunk/engines/kyra/gui_hof.cpp 2008-05-11 10:48:22 UTC (rev 32009)
@@ -515,6 +515,7 @@
_screen->updateScreen();
_screen->showMouse();
}
+ _system->delayMillis(10);
}
_screen->clearPage(2);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list