[Scummvm-cvs-logs] SF.net SVN: scummvm: [31033] scummvm/trunk/engines/gob/detection.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Mon Mar 3 01:18:52 CET 2008
Revision: 31033
http://scummvm.svn.sourceforge.net/scummvm/?rev=31033&view=rev
Author: drmccoy
Date: 2008-03-02 16:18:52 -0800 (Sun, 02 Mar 2008)
Log Message:
-----------
Forgot to change a few GameTypes + Added a floppy version
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection.cpp
Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp 2008-03-02 23:57:29 UTC (rev 31032)
+++ scummvm/trunk/engines/gob/detection.cpp 2008-03-03 00:18:52 UTC (rev 31033)
@@ -1330,7 +1330,7 @@
kPlatformPC,
Common::ADGF_NO_FLAGS
},
- kGameTypeGob3,
+ kGameTypeInca2,
kFeaturesCD,
"intro"
},
@@ -1343,7 +1343,7 @@
kPlatformPC,
Common::ADGF_NO_FLAGS
},
- kGameTypeGob3,
+ kGameTypeInca2,
kFeaturesCD,
"intro"
},
@@ -1356,7 +1356,7 @@
kPlatformPC,
Common::ADGF_NO_FLAGS
},
- kGameTypeGob3,
+ kGameTypeInca2,
kFeaturesCD,
"intro"
},
@@ -1369,12 +1369,51 @@
kPlatformPC,
Common::ADGF_NO_FLAGS
},
- kGameTypeGob3,
+ kGameTypeInca2,
kFeaturesCD,
"intro"
},
{
{
+ "inca2",
+ "",
+ AD_ENTRY1s("intro.stk", "1fa92b00fe80a20f34ec34a8e2fa869e", 923072),
+ EN_USA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeInca2,
+ kFeaturesAdlib,
+ "intro"
+ },
+ {
+ {
+ "inca2",
+ "",
+ AD_ENTRY1s("intro.stk", "1fa92b00fe80a20f34ec34a8e2fa869e", 923072),
+ FR_FRA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeInca2,
+ kFeaturesAdlib,
+ "intro"
+ },
+ {
+ {
+ "inca2",
+ "",
+ AD_ENTRY1s("intro.stk", "1fa92b00fe80a20f34ec34a8e2fa869e", 923072),
+ DE_DEU,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeInca2,
+ kFeaturesAdlib,
+ "intro"
+ },
+ {
+ {
"woodruff",
"",
AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390),
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