[Scummvm-cvs-logs] SF.net SVN: scummvm:[34010] scummvm/branches/branch-0-12-0/backends/ platform/symbian/src/SymbianActions.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Mon Aug 18 23:08:30 CEST 2008


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

Log Message:
-----------
Last 0_12_0 commit! Enable quick F5 save key for Touche!

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/backends/platform/symbian/src/SymbianActions.cpp

Modified: scummvm/branches/branch-0-12-0/backends/platform/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/backends/platform/symbian/src/SymbianActions.cpp	2008-08-18 20:43:44 UTC (rev 34009)
+++ scummvm/branches/branch-0-12-0/backends/platform/symbian/src/SymbianActions.cpp	2008-08-18 21:08:26 UTC (rev 34010)
@@ -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