[Scummvm-cvs-logs] SF.net SVN: scummvm: [25679] scummvm/trunk/engines/parallaction/callables. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Feb 18 11:32:16 CET 2007


Revision: 25679
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25679&view=rev
Author:   peres001
Date:     2007-02-18 02:32:15 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
found and commented gross hack in the original engine

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/callables.cpp

Modified: scummvm/trunk/engines/parallaction/callables.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables.cpp	2007-02-18 10:31:29 UTC (rev 25678)
+++ scummvm/trunk/engines/parallaction/callables.cpp	2007-02-18 10:32:15 UTC (rev 25679)
@@ -162,7 +162,7 @@
 		a = findAnimation("finito");
 
 		a->_zone._flags |= (kFlagsActive | kFlagsActing);
-		_localFlags[_vm->_currentLocationIndex] |= kFlagsFixed;
+		_localFlags[_vm->_currentLocationIndex] |= 0x20;		// GROSS HACK: activates 'finito' flag in dinoit_museo.loc
 	}
 
 	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