[Scummvm-cvs-logs] SF.net SVN: scummvm: [21721] scummvm/trunk/engines/simon/verb.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Apr 9 03:59:15 CEST 2006


Revision: 21721
Author:   kirben
Date:     2006-04-09 03:58:18 -0700 (Sun, 09 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21721&view=rev

Log Message:
-----------
Disable constant display of object names, since oracle settings are usable in FF now.

Modified Paths:
--------------
    scummvm/trunk/engines/simon/verb.cpp
Modified: scummvm/trunk/engines/simon/verb.cpp
===================================================================
--- scummvm/trunk/engines/simon/verb.cpp	2006-04-09 10:54:41 UTC (rev 21720)
+++ scummvm/trunk/engines/simon/verb.cpp	2006-04-09 10:58:18 UTC (rev 21721)
@@ -712,8 +712,8 @@
 		else
 			_animatePointer = 1;
 
-		//if (!getBitFlag(73))
-		//	return;
+		if (!getBitFlag(73))
+			return;
 
 		y = ha->y;
 		if (getBitFlag(99) && y > 288)


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