From 37633732f1f2ee18543d485d5b8357b8edca0c70 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Sat, 22 Apr 2006 07:32:06 +0000 Subject: Added F1 as save for ITE svn-id: r22083 --- backends/symbian/src/SymbianActions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/symbian/src') diff --git a/backends/symbian/src/SymbianActions.cpp b/backends/symbian/src/SymbianActions.cpp index e42f134ada..1dc8dd41c4 100644 --- a/backends/symbian/src/SymbianActions.cpp +++ b/backends/symbian/src/SymbianActions.cpp @@ -139,9 +139,9 @@ void SymbianActions::initInstanceGame() { // Save if (is_simon || is_gob) _action_enabled[ACTION_SAVE] = false; - else if (is_queen) { + else if (is_queen || is_ite) { _action_enabled[ACTION_SAVE] = true; - _key_action[ACTION_SAVE].setAscii(SDLK_F1); // F1 key for FOTAQ or F5??!? + _key_action[ACTION_SAVE].setAscii(SDLK_F1); // F1 key for FOTAQ and ITE } else if (is_sky) { _action_enabled[ACTION_SAVE] = true; _key_action[ACTION_SAVE].setAscii(63); -- cgit v1.2.3