aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src/SymbianActions.cpp
diff options
context:
space:
mode:
authorLars Persson2007-06-07 20:52:49 +0000
committerLars Persson2007-06-07 20:52:49 +0000
commite35ba53b7e358e1ba4f29a9d0af75dee78f7acc9 (patch)
treed89e9456381794d5348728cfecc925ce72326e7c /backends/platform/symbian/src/SymbianActions.cpp
parenta7271cb9dd6fedabea6ce12dc8de249cc220b284 (diff)
downloadscummvm-rg350-e35ba53b7e358e1ba4f29a9d0af75dee78f7acc9.tar.gz
scummvm-rg350-e35ba53b7e358e1ba4f29a9d0af75dee78f7acc9.tar.bz2
scummvm-rg350-e35ba53b7e358e1ba4f29a9d0af75dee78f7acc9.zip
Symbian PORT updated with CE mappings
svn-id: r27178
Diffstat (limited to 'backends/platform/symbian/src/SymbianActions.cpp')
-rw-r--r--backends/platform/symbian/src/SymbianActions.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/backends/platform/symbian/src/SymbianActions.cpp b/backends/platform/symbian/src/SymbianActions.cpp
index cb2652eac4..2c67c06bba 100644
--- a/backends/platform/symbian/src/SymbianActions.cpp
+++ b/backends/platform/symbian/src/SymbianActions.cpp
@@ -47,7 +47,7 @@ const Common::String actionNames[] = {
"Save",
"Skip",
"Zone",
- "FT Cheat",
+ "Multi Function",
"Swap character",
"Skip text",
"Pause",
@@ -174,8 +174,11 @@ void SymbianActions::initInstanceGame() {
_action_enabled[ACTION_ZONE] = true;
// FT Cheat
- _action_enabled[ACTION_FT_CHEAT] = true;
- _key_action[ACTION_FT_CHEAT].setAscii(86); // shift-V
+ _action_enabled[ACTION_MULTI] = true;
+ if (is_agi)
+ _key_action[ACTION_MULTI].setAscii(SDLK_PAUSE);
+ else
+ _key_action[ACTION_MULTI].setAscii(86); // shift-V
// Enable debugger
_action_enabled[ACTION_DEBUGGER] = true;