[Scummvm-cvs-logs] SF.net SVN: scummvm: [29958] scummvm/trunk/engines/lure/game.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Dec 23 12:34:23 CET 2007


Revision: 29958
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29958&view=rev
Author:   dreammaster
Date:     2007-12-23 03:34:22 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
Fix for problem that the player could stop themselves changing back from Selena if they left the current room too quickly after the change back had been scheduled

Modified Paths:
--------------
    scummvm/trunk/engines/lure/game.cpp

Modified: scummvm/trunk/engines/lure/game.cpp
===================================================================
--- scummvm/trunk/engines/lure/game.cpp	2007-12-23 10:52:18 UTC (rev 29957)
+++ scummvm/trunk/engines/lure/game.cpp	2007-12-23 11:34:22 UTC (rev 29958)
@@ -366,7 +366,7 @@
 			--v;
 			fields.setField(29, v);
 			if (v == 0) 
-				res.delayList().add(2, 0xCB7, true);
+				res.delayList().add(2, 0xCB7, false);
 		}
 	}
 }


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