[Scummvm-cvs-logs] SF.net SVN: scummvm: [22083] scummvm/trunk/backends/symbian/src/SymbianActions.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sat Apr 22 00:33:00 CEST 2006


Revision: 22083
Author:   anotherguest
Date:     2006-04-22 00:32:06 -0700 (Sat, 22 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22083&view=rev

Log Message:
-----------
Added F1 as save for ITE

Modified Paths:
--------------
    scummvm/trunk/backends/symbian/src/SymbianActions.cpp
Modified: scummvm/trunk/backends/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/trunk/backends/symbian/src/SymbianActions.cpp	2006-04-22 05:48:40 UTC (rev 22082)
+++ scummvm/trunk/backends/symbian/src/SymbianActions.cpp	2006-04-22 07:32:06 UTC (rev 22083)
@@ -139,9 +139,9 @@
 	// 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); 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list