[Scummvm-cvs-logs] SF.net SVN: scummvm: [27255] scummvm/branches/branch-0-10-0/backends/ platform/symbian/src/SymbianActions.cpp
anotherguest at users.sourceforge.net
anotherguest at users.sourceforge.net
Sat Jun 9 23:13:32 CEST 2007
Revision: 27255
http://scummvm.svn.sourceforge.net/scummvm/?rev=27255&view=rev
Author: anotherguest
Date: 2007-06-09 14:13:32 -0700 (Sat, 09 Jun 2007)
Log Message:
-----------
Updated actions for paralall
Modified Paths:
--------------
scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp
Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp 2007-06-09 18:09:26 UTC (rev 27254)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp 2007-06-09 21:13:32 UTC (rev 27255)
@@ -138,6 +138,7 @@
bool is_cine = (gameid == "cine");
bool is_touche = (gameid == "touche");
bool is_agi = (gameid == "agi");
+ bool is_parallaction = (gameid == "parallaction");
Actions::initInstanceGame();
@@ -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
}
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