[Scummvm-cvs-logs] SF.net SVN: scummvm:[35429] scummvm/trunk/engines/kyra/script_lok.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Thu Dec 18 22:21:09 CET 2008


Revision: 35429
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35429&view=rev
Author:   athrxx
Date:     2008-12-18 21:21:09 +0000 (Thu, 18 Dec 2008)

Log Message:
-----------
KYRA1: fixed Serpent Cave/Malcolm scene (where Brandon would instantly get killed without having a chance to grab the dagger)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script_lok.cpp

Modified: scummvm/trunk/engines/kyra/script_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lok.cpp	2008-12-18 20:36:16 UTC (rev 35428)
+++ scummvm/trunk/engines/kyra/script_lok.cpp	2008-12-18 21:21:09 UTC (rev 35429)
@@ -1349,6 +1349,7 @@
 int KyraEngine_LoK::o1_waitForConfirmationMouseClick(EMCState *script) {
 	debugC(3, kDebugLevelScriptFuncs, "KyraEngine_LoK::o1_waitForConfirmationMouseClick(%p) ()", (const void *)script);
 
+	_eventList.clear();
 	while (true) {
 		updateMousePointer();
 		_sprites->updateSceneAnims();


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