MOHAWK: Get rid of the DETECT_BRODERBUND_TITLES define.
svn-id: r55252
This commit is contained in:
parent
f680e24146
commit
295550b26c
2 changed files with 0 additions and 7 deletions
|
@ -34,9 +34,6 @@
|
||||||
#include "mohawk/riven.h"
|
#include "mohawk/riven.h"
|
||||||
#include "mohawk/livingbooks.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 {
|
namespace Mohawk {
|
||||||
|
|
||||||
struct MohawkGameDescription {
|
struct MohawkGameDescription {
|
||||||
|
@ -101,7 +98,6 @@ static const PlainGameDescriptor mohawkGames[] = {
|
||||||
{"myst", "Myst"},
|
{"myst", "Myst"},
|
||||||
{"MakingOfMyst", "The Making of Myst"},
|
{"MakingOfMyst", "The Making of Myst"},
|
||||||
{"riven", "Riven: The Sequel to Myst"},
|
{"riven", "Riven: The Sequel to Myst"},
|
||||||
#ifdef DETECT_BRODERBUND_TITLES
|
|
||||||
{"zoombini", "Logical Journey of the Zoombinis"},
|
{"zoombini", "Logical Journey of the Zoombinis"},
|
||||||
{"cstime", "Where in Time is Carmen Sandiego?"},
|
{"cstime", "Where in Time is Carmen Sandiego?"},
|
||||||
{"csworld", "Where in the World is Carmen Sandiego?"},
|
{"csworld", "Where in the World is Carmen Sandiego?"},
|
||||||
|
@ -122,7 +118,6 @@ static const PlainGameDescriptor mohawkGames[] = {
|
||||||
{"arthurbday", "Arthur's Birthday"},
|
{"arthurbday", "Arthur's Birthday"},
|
||||||
{"lilmonster", "Little Monster at School"},
|
{"lilmonster", "Little Monster at School"},
|
||||||
{"rugrats", "Rugrats Adventure Game"},
|
{"rugrats", "Rugrats Adventure Game"},
|
||||||
#endif
|
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -386,7 +386,6 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||||
0,
|
0,
|
||||||
},
|
},
|
||||||
|
|
||||||
#ifdef DETECT_BRODERBUND_TITLES
|
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"cstime",
|
"cstime",
|
||||||
|
@ -1098,7 +1097,6 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
},
|
},
|
||||||
#endif
|
|
||||||
|
|
||||||
{ AD_TABLE_END_MARKER, 0, 0, 0 }
|
{ AD_TABLE_END_MARKER, 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue