[Scummvm-cvs-logs] SF.net SVN: scummvm: [27215] scummvm/trunk/backends/platform/symbian/src/ SymbianActions.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Jun 8 22:41:36 CEST 2007


Revision: 27215
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27215&view=rev
Author:   anotherguest
Date:     2007-06-08 13:41:35 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
Updated actions for SymbianOS

Modified Paths:
--------------
    scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp

Modified: scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp	2007-06-08 20:09:51 UTC (rev 27214)
+++ scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp	2007-06-08 20:41:35 UTC (rev 27215)
@@ -176,9 +176,13 @@
 	// FT Cheat
 	_action_enabled[ACTION_MULTI] = true;
 	if (is_agi)
-		_key_action[ACTION_MULTI].setAscii(SDLK_PAUSE);
+		_key_action[ACTION_MULTI].setAscii(SDLK_PAUSE); // agi: show predictive dialog
+	else if (is_gob)
+		_key_action[ACTION_MULTI].setAscii(315); // bargon : F1 to start
+	else if (gameid == "atlantis")
+		_key_action[ACTION_MULTI].setAscii(SDLK_KP0); // fate of atlantis : Ins to sucker-punch
 	else
-		_key_action[ACTION_MULTI].setAscii(86); // shift-V
+		_key_action[ACTION_MULTI].setAscii(86); // FT cheat : shift-V
 
 	// Enable debugger
 	_action_enabled[ACTION_DEBUGGER] = true;


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