[Scummvm-cvs-logs] SF.net SVN: scummvm: [23045] scummvm/branches/branch-0-9-0/engines/gob/gob.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 12 01:34:48 CEST 2006


Revision: 23045
Author:   sev
Date:     2006-06-11 16:34:37 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23045&view=rev

Log Message:
-----------
Disable gob2 in 0.9.0

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/gob/gob.cpp
Modified: scummvm/branches/branch-0-9-0/engines/gob/gob.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/gob/gob.cpp	2006-06-11 22:42:11 UTC (rev 23044)
+++ scummvm/branches/branch-0-9-0/engines/gob/gob.cpp	2006-06-11 23:34:37 UTC (rev 23045)
@@ -85,6 +85,7 @@
 	
 	{"gob1", "Gobliiins (Mac)", GF_GOB1 | GF_MAC, Common::UNK_LANG, "4c0e8ce4a2f66ee8226952ad3c6c1155"},
 
+#if 0
 	{"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::FR_FRA, "abb5f762f9979d4253002de20f6e7b56"},
 	{"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::EN_GRB, "9b6de65d811c08eebf50391b84fcba92"},
 	{"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::EN_USA, "54d59c200e3823ad0af11a605a6fd06a"},
@@ -96,7 +97,6 @@
 	{"gob2", "Gobliins 2 (CD)", GF_GOB2, Common::UNK_LANG, "410e632682ab11969bc3b3b588066d95"},
 	{"gob2", "Gobliins 2 (Demo)", GF_GOB2, Common::UNK_LANG, "be8b111191f965ac9b28fe530580d14e"},
 
-#if 0
 	{"gob3", "Goblins Quest 3", GF_GOB3, Common::UNK_LANG, "36d9b4032b39a794c8640e500e98893a"},
 	{"gob3", "Goblins Quest 3", GF_GOB3, Common::UNK_LANG, "d129f639f6ca8d6b5f0f4e15edb91058"},
 	{"gob3", "Goblins Quest 3", GF_GOB3, Common::UNK_LANG, "8d17b0abc514b1512fdedc6072acd48b"},
@@ -121,7 +121,7 @@
 // Keep list of different supported games
 static const PlainGameDescriptor gob_list[] = {
 	{"gob1", "Gobliiins"},
-	{"gob2", "Gobliins 2"},
+	//{"gob2", "Gobliins 2"},
 	{0, 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