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

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Wed May 27 11:52:32 CEST 2009


Revision: 40937
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40937&view=rev
Author:   Hkz
Date:     2009-05-27 09:52:32 +0000 (Wed, 27 May 2009)

Log Message:
-----------
sword2: base psx demo detection on screens.clu, and let the user decide between full and demo version at the time of adding the game

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

Modified: scummvm/trunk/engines/sword2/sword2.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sword2.cpp	2009-05-27 09:07:08 UTC (rev 40936)
+++ scummvm/trunk/engines/sword2/sword2.cpp	2009-05-27 09:52:32 UTC (rev 40937)
@@ -69,7 +69,7 @@
 	{"sword2", "Broken Sword 2: The Smoking Mirror", 0, "players.clu" },
 	{"sword2alt", "Broken Sword 2: The Smoking Mirror (alt)", 0, "r2ctlns.ocx" },
 	{"sword2psx", "Broken Sword 2: The Smoking Mirror (PlayStation)", 0, "screens.clu"},
-	{"sword2psxdemo", "Broken Sword 2: The Smoking Mirror (PlayStation/Demo)", Sword2::GF_DEMO, "rdemo.str"},
+	{"sword2psxdemo", "Broken Sword 2: The Smoking Mirror (PlayStation/Demo)", Sword2::GF_DEMO, "screens.clu"},
 	{"sword2demo", "Broken Sword 2: The Smoking Mirror (Demo)", Sword2::GF_DEMO, "players.clu" },
 	{NULL, NULL, 0, NULL}
 };


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