[Scummvm-cvs-logs] SF.net SVN: scummvm: [24853] scummvm/trunk/engines/sword1/sword1.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Dec 15 01:59:12 CET 2006


Revision: 24853
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24853&view=rev
Author:   kirben
Date:     2006-12-14 16:59:11 -0800 (Thu, 14 Dec 2006)

Log Message:
-----------
GF_DEMO is only required by the PC version of Broken Sword 1 demo

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/sword1.cpp

Modified: scummvm/trunk/engines/sword1/sword1.cpp
===================================================================
--- scummvm/trunk/engines/sword1/sword1.cpp	2006-12-15 00:47:08 UTC (rev 24852)
+++ scummvm/trunk/engines/sword1/sword1.cpp	2006-12-15 00:59:11 UTC (rev 24853)
@@ -174,8 +174,7 @@
 SwordEngine::SwordEngine(OSystem *syst)
 	: Engine(syst) {
 
-	if ( 0 == scumm_stricmp(ConfMan.get("gameid").c_str(), "sword1demo") ||
-	     0 == scumm_stricmp(ConfMan.get("gameid").c_str(), "sword1macdemo") )
+	if (!scumm_stricmp(ConfMan.get("gameid").c_str(), "sword1demo"))
 		_features = GF_DEMO;
 	else
 		_features = 0;	


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