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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Jan 4 03:26:47 CET 2007


Revision: 24986
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24986&view=rev
Author:   kirben
Date:     2007-01-03 18:26:46 -0800 (Wed, 03 Jan 2007)

Log Message:
-----------
Make sure warning is shown for CD versions of Gobliins 2, when playing from CD under Windows

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

Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp	2007-01-04 02:15:20 UTC (rev 24985)
+++ scummvm/trunk/engines/gob/gob.cpp	2007-01-04 02:26:46 UTC (rev 24986)
@@ -101,9 +101,9 @@
 	{"gob2", "Gobliins 2 (DOS Deu)", GF_GOB2, Common::DE_DEU, "3e4e7db0d201587dd2df4003b2993ef6", "intro"},
 
 	// CD 1.000.
-	{"gob2", "Gobliins 2 (CD)", GF_GOB2, Common::EN_USA, "9de5fbb41cf97182109e5fecc9d90347", "intro"},
+	{"gob2", "Gobliins 2 (CD)", GF_GOB2 | GF_CD, Common::EN_USA, "9de5fbb41cf97182109e5fecc9d90347", "intro"},
 	// CD 1.01
-	{"gob2", "Gobliins 2 (CD)", GF_GOB2, Common::UNK_LANG, "24a6b32757752ccb1917ce92fd7c2a04", "intro"},
+	{"gob2", "Gobliins 2 (CD)", GF_GOB2 | GF_CD, Common::UNK_LANG, "24a6b32757752ccb1917ce92fd7c2a04", "intro"},
 
 	{"gob2", "Gobliins 2 (Demo)", GF_GOB2, Common::UNK_LANG, "8b1c98ff2ab2e14f47a1b891e9b92217", "usa"},
 	{"gob2", "Gobliins 2 (Interactive Demo)", GF_GOB2, Common::UNK_LANG, "cf1c95b2939bd8ff58a25c756cb6125e", "intro"},


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