[Scummvm-cvs-logs] SF.net SVN: scummvm:[33683] scummvm/branches/branch-0-12-0/backends/ platform/wince

knakos at users.sourceforge.net knakos at users.sourceforge.net
Thu Aug 7 20:36:48 CEST 2008


Revision: 33683
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33683&view=rev
Author:   knakos
Date:     2008-08-07 18:36:47 +0000 (Thu, 07 Aug 2008)

Log Message:
-----------
setup interface for later kyra games (sync)

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsPocket.cpp
    scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsSmartphone.cpp

Modified: scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsPocket.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsPocket.cpp	2008-08-07 18:36:12 UTC (rev 33682)
+++ scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsPocket.cpp	2008-08-07 18:36:47 UTC (rev 33683)
@@ -121,7 +121,7 @@
 	bool is_comi = (strncmp(gameid.c_str(), "comi", 4) == 0);
 	bool is_gob = (strncmp(gameid.c_str(), "gob", 3) == 0);
 	bool is_saga = (gameid == "saga");
-	bool is_kyra = (gameid == "kyra1");
+	bool is_kyra = (strncmp(gameid.c_str(), "kyra",4) == 0);
 	bool is_samnmax = (gameid == "samnmax");
 	bool is_cine = (gameid == "cine");
 	bool is_touche = (gameid == "touche");

Modified: scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsSmartphone.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsSmartphone.cpp	2008-08-07 18:36:12 UTC (rev 33682)
+++ scummvm/branches/branch-0-12-0/backends/platform/wince/CEActionsSmartphone.cpp	2008-08-07 18:36:47 UTC (rev 33683)
@@ -111,7 +111,7 @@
 	bool is_comi = (strncmp(gameid.c_str(), "comi", 4) == 0);
 	bool is_gob = (strncmp(gameid.c_str(), "gob", 3) == 0);
 	bool is_saga = (gameid == "saga");
-	bool is_kyra = (gameid == "kyra1");
+	bool is_kyra = (strncmp(gameid.c_str(), "kyra",4) == 0);
 	bool is_samnmax = (gameid == "samnmax");
 	bool is_cine = (gameid == "cine");
 	bool is_touche = (gameid == "touche");


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