aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Persson2008-08-18 21:09:46 +0000
committerLars Persson2008-08-18 21:09:46 +0000
commit206c849ffa89002fd43e119ef25c352a0ca4aaf7 (patch)
tree614804c3be4545954e14d6b2daf89b67d5e1a8dc
parent0e99719b3ac61d77a5a964a5228214ed02f51cdd (diff)
downloadscummvm-rg350-206c849ffa89002fd43e119ef25c352a0ca4aaf7.tar.gz
scummvm-rg350-206c849ffa89002fd43e119ef25c352a0ca4aaf7.tar.bz2
scummvm-rg350-206c849ffa89002fd43e119ef25c352a0ca4aaf7.zip
Enable quick F5 save key for Touche!
svn-id: r34011
-rw-r--r--backends/platform/symbian/src/SymbianActions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/SymbianActions.cpp b/backends/platform/symbian/src/SymbianActions.cpp
index 60e402632f..e71b242329 100644
--- a/backends/platform/symbian/src/SymbianActions.cpp
+++ b/backends/platform/symbian/src/SymbianActions.cpp
@@ -153,7 +153,7 @@ void SymbianActions::initInstanceGame() {
// Save
- if (is_simon || is_sword2 || is_gob || is_kyra || is_touche || is_feeble)
+ if (is_simon || is_sword2 || is_gob || is_kyra || is_feeble)
_action_enabled[ACTION_SAVE] = false;
else {
_action_enabled[ACTION_SAVE] = true;