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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Mon Aug 18 23:09:50 CEST 2008


Revision: 34011
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34011&view=rev
Author:   anotherguest
Date:     2008-08-18 21:09:46 +0000 (Mon, 18 Aug 2008)

Log Message:
-----------
Enable quick F5 save key for Touche!

Modified Paths:
--------------
    scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp

Modified: scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp	2008-08-18 21:08:26 UTC (rev 34010)
+++ scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp	2008-08-18 21:09:46 UTC (rev 34011)
@@ -153,7 +153,7 @@
 
 
 	// 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;


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