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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Apr 20 05:24:10 CEST 2006


Revision: 22059
Author:   kirben
Date:     2006-04-20 05:23:20 -0700 (Thu, 20 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22059&view=rev

Log Message:
-----------
Add F9 key in FF, which toggles hitbox names

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-04-20 12:04:49 UTC (rev 22058)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-04-20 12:23:20 UTC (rev 22059)
@@ -3038,6 +3038,10 @@
 		if (getGameType() == GType_FF && getBitFlag(76))
 			_variableArray[254] = 70;
 		break;
+	case 67: // F9
+		if (getGameType() == GType_FF)
+			setBitFlag(73, !getBitFlag(73));
+		break;
 	case 'p':
 		pause();
 		break;


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