[Scummvm-cvs-logs] SF.net SVN: scummvm: [28179] scummvm/trunk/engines/agos/input.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Jul 23 14:32:08 CEST 2007


Revision: 28179
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28179&view=rev
Author:   Kirben
Date:     2007-07-23 05:32:08 -0700 (Mon, 23 Jul 2007)

Log Message:
-----------
Fix regression, the incorrect key was been used for highlighting items in Simon the Sorcerer 1/2.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/input.cpp

Modified: scummvm/trunk/engines/agos/input.cpp
===================================================================
--- scummvm/trunk/engines/agos/input.cpp	2007-07-23 03:52:50 UTC (rev 28178)
+++ scummvm/trunk/engines/agos/input.cpp	2007-07-23 12:32:08 UTC (rev 28179)
@@ -196,7 +196,7 @@
 
 		for (;;) {
 			if ((getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2) &&
-					_keyPressed.keycode == Common::KEYCODE_HASH)
+					_keyPressed.keycode == Common::KEYCODE_F10)
 				displayBoxStars();
 			if (processSpecialKeys()) {
 				if ((getGameType() == GType_PP && getGameId() != GID_DIMP) ||


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