[Scummvm-cvs-logs] SF.net SVN: scummvm:[33221] scummvm/branches/branch-0-12-0/engines/gob/ detection.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Wed Jul 23 04:05:56 CEST 2008
Revision: 33221
http://scummvm.svn.sourceforge.net/scummvm/?rev=33221&view=rev
Author: drmccoy
Date: 2008-07-23 02:05:56 +0000 (Wed, 23 Jul 2008)
Log Message:
-----------
Disabling unsupported games
Modified Paths:
--------------
scummvm/branches/branch-0-12-0/engines/gob/detection.cpp
Modified: scummvm/branches/branch-0-12-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/gob/detection.cpp 2008-07-23 02:01:15 UTC (rev 33220)
+++ scummvm/branches/branch-0-12-0/engines/gob/detection.cpp 2008-07-23 02:05:56 UTC (rev 33221)
@@ -913,7 +913,7 @@
kFeaturesNone,
"intro"
},
- {
+/* {
{
"ajworld",
"",
@@ -925,7 +925,7 @@
kGameTypeGob2,
kFeaturesAdlib,
"intro"
- },
+ },*/
{
{
"lostintime",
@@ -1346,7 +1346,7 @@
kFeaturesAdlib,
"intro"
},
- {
+/* {
{
"inca2",
"",
@@ -1449,7 +1449,7 @@
kGameTypeInca2,
kFeaturesAdlib,
"intro"
- },
+ },*/
{
{
"woodruff",
@@ -1762,7 +1762,7 @@
kFeatures640,
"intro"
},
- {
+/* {
{
"dynasty",
"",
@@ -1787,7 +1787,7 @@
kGameTypeWoodruff,
kFeatures640,
"intro"
- },
+ },*/
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 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