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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sat Jun 9 23:13:50 CEST 2007


Revision: 27256
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27256&view=rev
Author:   anotherguest
Date:     2007-06-09 14:13:47 -0700 (Sat, 09 Jun 2007)

Log Message:
-----------
Updated actions for paralall

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-09 21:13:32 UTC (rev 27255)
+++ scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp	2007-06-09 21:13:47 UTC (rev 27256)
@@ -138,7 +138,8 @@
 	bool is_cine = (gameid == "cine");
 	bool is_touche = (gameid == "touche");
 	bool is_agi = (gameid == "agi");
-	
+	bool is_parallaction = (gameid == "parallaction");
+
 	Actions::initInstanceGame();
 
 	// Initialize keys for different actions
@@ -156,6 +157,8 @@
 			_key_action[ACTION_SAVE].setAscii(SDLK_F10); // F10
 		} else if (is_agi) {		
 			_key_action[ACTION_SAVE].setAscii(SDLK_ESCAPE);
+		} else if (is_parallaction) {
+			_key_action[ACTION_SAVE].setAscii(SDLK_s);
 		} else {		
 			_key_action[ACTION_SAVE].setAscii(SDLK_F5); // F5 key
 		}
@@ -173,7 +176,7 @@
 	// Zone
 	_action_enabled[ACTION_ZONE] = true;
 
-	// FT Cheat
+	// Multi function key
 	_action_enabled[ACTION_MULTI] = true;
 	if (is_agi)
 		_key_action[ACTION_MULTI].setAscii(SDLK_PAUSE); // agi: show predictive dialog


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