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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Mar 18 00:29:25 CET 2008


Revision: 31169
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31169&view=rev
Author:   lordhoto
Date:     2008-03-17 16:29:25 -0700 (Mon, 17 Mar 2008)

Log Message:
-----------
Oops forgot to enable some code.

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

Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp	2008-03-17 23:27:33 UTC (rev 31168)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp	2008-03-17 23:29:25 UTC (rev 31169)
@@ -516,8 +516,8 @@
 			}
 		}
 
-		//if (_deathHandler <= -1)
-		//	skipHandling = 1;
+		if (_deathHandler <= -1)
+			skipHandling = 1;
 
 		if (skipHandling)
 			return;


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