diff options
author | Lars Persson | 2008-08-18 21:09:46 +0000 |
---|---|---|
committer | Lars Persson | 2008-08-18 21:09:46 +0000 |
commit | 206c849ffa89002fd43e119ef25c352a0ca4aaf7 (patch) | |
tree | 614804c3be4545954e14d6b2daf89b67d5e1a8dc /backends | |
parent | 0e99719b3ac61d77a5a964a5228214ed02f51cdd (diff) | |
download | scummvm-rg350-206c849ffa89002fd43e119ef25c352a0ca4aaf7.tar.gz scummvm-rg350-206c849ffa89002fd43e119ef25c352a0ca4aaf7.tar.bz2 scummvm-rg350-206c849ffa89002fd43e119ef25c352a0ca4aaf7.zip |
Enable quick F5 save key for Touche!
svn-id: r34011
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/symbian/src/SymbianActions.cpp | 2 |
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; |