[Scummvm-cvs-logs] SF.net SVN: scummvm:[44178] scummvm/trunk/engines/kyra/script_lol.cpp
athrxx at users.sourceforge.net
athrxx at users.sourceforge.net
Thu Sep 17 22:56:25 CEST 2009
Revision: 44178
http://scummvm.svn.sourceforge.net/scummvm/?rev=44178&view=rev
Author: athrxx
Date: 2009-09-17 20:56:25 +0000 (Thu, 17 Sep 2009)
Log Message:
-----------
LOL/Floppy: fix king richard healing sequence
Modified Paths:
--------------
scummvm/trunk/engines/kyra/script_lol.cpp
Modified: scummvm/trunk/engines/kyra/script_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lol.cpp 2009-09-17 19:51:16 UTC (rev 44177)
+++ scummvm/trunk/engines/kyra/script_lol.cpp 2009-09-17 20:56:25 UTC (rev 44178)
@@ -204,7 +204,7 @@
int LoLEngine::olol_delay(EMCState *script) {
debugC(3, kDebugLevelScriptFuncs, "LoLEngine::olol_delay(%p) (%d)", (const void *)script, stackPos(0));
- delay(stackPos(0) * _tickLength);
+ delay(stackPos(0) * _tickLength, true);
return 1;
}
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