From 206c849ffa89002fd43e119ef25c352a0ca4aaf7 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 18 Aug 2008 21:09:46 +0000 Subject: Enable quick F5 save key for Touche! svn-id: r34011 --- backends/platform/symbian/src/SymbianActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') 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; -- cgit v1.2.3