[Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActionsSmartphone.cpp,1.1.2.3,1.1.2.4

Nicolas Bacca arisme at users.sourceforge.net
Fri Jan 28 15:32:29 CET 2005


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7306

Modified Files:
      Tag: branch-0-7-0
	CEActionsSmartphone.cpp 
Log Message:
Fix Smartphone zone handling

Index: CEActionsSmartphone.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/CEActionsSmartphone.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- CEActionsSmartphone.cpp	10 Jan 2005 20:43:15 -0000	1.1.2.3
+++ CEActionsSmartphone.cpp	28 Jan 2005 19:44:31 -0000	1.1.2.4
@@ -48,7 +48,7 @@
 #ifdef SIMU_SMARTPHONE
 const int ACTIONS_SMARTPHONE_DEFAULT[] = { 0x111, 0x112, 0x114, 0x113, 0x11a, 0x11b, VK_LWIN, VK_ESCAPE, VK_F8 };
 #else
-const int ACTIONS_SMARTPHONE_DEFAULT[] = { '4', '6', '8', '2', 0x11a, 0x11b, '0', VK_ESCAPE, VK_F10 };
+const int ACTIONS_SMARTPHONE_DEFAULT[] = { '4', '6', '8', '2', 0x11a, 0x11b, '0', VK_ESCAPE, '9' };
 #endif
 
 void CEActionsSmartphone::init(GameDetector &detector) {
@@ -137,7 +137,7 @@
 	else
 		_key_action[SMARTPHONE_ACTION_SKIP].setAscii(Scumm::KEY_ALL_SKIP);
 	// Zone
-	_key_action[SMARTPHONE_ACTION_ZONE] = true;
+	_action_enabled[SMARTPHONE_ACTION_ZONE] = true;
 }
 
 





More information about the Scummvm-git-logs mailing list