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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Wed Feb 18 05:21:51 CET 2009


Revision: 38455
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38455&view=rev
Author:   anotherguest
Date:     2009-02-18 04:21:51 +0000 (Wed, 18 Feb 2009)

Log Message:
-----------
Updated actions with tucker and groovie.

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	2009-02-18 03:58:55 UTC (rev 38454)
+++ scummvm/trunk/backends/platform/symbian/src/SymbianActions.cpp	2009-02-18 04:21:51 UTC (rev 38455)
@@ -143,6 +143,8 @@
 	bool is_lure = (gameid == "lure");
 	bool is_feeble = (gameid == "feeble");
 	bool is_drascula = (strncmp(gameid.c_str(), "drascula",8) == 0);
+	bool is_tucker = (gameid == "tucker");
+	bool is_groovie = (gameid == "groovie");
 
 	Actions::initInstanceGame();
 
@@ -153,7 +155,7 @@
 
 
 	// Save
-	if (is_simon || is_sword2 || is_gob || is_kyra || is_feeble)
+	if (is_simon || is_sword2 || is_gob || is_kyra || is_feeble || is_tucker || is_groovie)
 		_action_enabled[ACTION_SAVE] = false;
 	else {
 		_action_enabled[ACTION_SAVE] = true;
@@ -176,10 +178,10 @@
 	_action_enabled[ACTION_QUIT] = true;
 
 	// Skip text
-	if (!is_cine && !is_parallaction)
+	if (!is_cine && !is_parallaction && !is_groovie)
 		_action_enabled[ACTION_SKIP_TEXT] = true;
 	if (is_simon || is_sky || is_sword2 || is_queen || is_sword1 || is_gob ||
-		is_saga || is_kyra || is_touche || is_lure || is_feeble || is_drascula)
+			is_saga || is_kyra || is_touche || is_lure || is_feeble || is_drascula || is_tucker)
 		_key_action[ACTION_SKIP_TEXT].setKey(Common::KEYCODE_ESCAPE, Common::KEYCODE_ESCAPE); // Escape key
 	else {
 		_key_action[ACTION_SKIP_TEXT].setKey(SDLK_PERIOD);


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