aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAlyssa Milburn2011-01-15 18:39:29 +0000
committerAlyssa Milburn2011-01-15 18:39:29 +0000
commit295550b26c2261f371bc86950ec768b1ef460fbd (patch)
treeb4ce9545c8f1a5b82acedab3b368aa4248333676 /engines
parentf680e24146452172dfe87eddf3f15d29c04af60d (diff)
downloadscummvm-rg350-295550b26c2261f371bc86950ec768b1ef460fbd.tar.gz
scummvm-rg350-295550b26c2261f371bc86950ec768b1ef460fbd.tar.bz2
scummvm-rg350-295550b26c2261f371bc86950ec768b1ef460fbd.zip
MOHAWK: Get rid of the DETECT_BRODERBUND_TITLES define.
svn-id: r55252
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/detection.cpp5
-rw-r--r--engines/mohawk/detection_tables.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index f33cf244e3..95ae18d273 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -34,9 +34,6 @@
#include "mohawk/riven.h"
#include "mohawk/livingbooks.h"
-// Define this to enable detection of other Broderbund titles which use Mohawk (besides Myst/Riven)
-#define DETECT_BRODERBUND_TITLES
-
namespace Mohawk {
struct MohawkGameDescription {
@@ -101,7 +98,6 @@ static const PlainGameDescriptor mohawkGames[] = {
{"myst", "Myst"},
{"MakingOfMyst", "The Making of Myst"},
{"riven", "Riven: The Sequel to Myst"},
-#ifdef DETECT_BRODERBUND_TITLES
{"zoombini", "Logical Journey of the Zoombinis"},
{"cstime", "Where in Time is Carmen Sandiego?"},
{"csworld", "Where in the World is Carmen Sandiego?"},
@@ -122,7 +118,6 @@ static const PlainGameDescriptor mohawkGames[] = {
{"arthurbday", "Arthur's Birthday"},
{"lilmonster", "Little Monster at School"},
{"rugrats", "Rugrats Adventure Game"},
-#endif
{0, 0}
};
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index bd5ee14db3..56b1e3f527 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -386,7 +386,6 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
-#ifdef DETECT_BRODERBUND_TITLES
{
{
"cstime",
@@ -1098,7 +1097,6 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
0,
},
-#endif
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};