aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathrxx2011-06-12 16:46:08 +0200
committerathrxx2011-06-12 16:46:08 +0200
commitd9dcb5725af996b3ee0fa74c6d0d0aa9faa4a0e3 (patch)
tree261c1ec9953b7b1448c87b7341f79ff6377aa101
parentaeff4b623eb3be6759eb8e4f81b7f4d7b9bd1c54 (diff)
downloadscummvm-rg350-d9dcb5725af996b3ee0fa74c6d0d0aa9faa4a0e3.tar.gz
scummvm-rg350-d9dcb5725af996b3ee0fa74c6d0d0aa9faa4a0e3.tar.bz2
scummvm-rg350-d9dcb5725af996b3ee0fa74c6d0d0aa9faa4a0e3.zip
LOL: fix typo
-rw-r--r--engines/kyra/detection_tables.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 7bad98732f..47a3c4362a 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -54,9 +54,6 @@ namespace {
#define LOL_DEMO_FLAGS FLAGS(true, true, false, false, false, false, false, Kyra::GI_LOL)
#define LOL_KYRA2_DEMO_FLAGS FLAGS(true, false, false, false, false, false, false, Kyra::GI_KYRA2)
-#define EOB_FLAGS FLAGS(false, false, false, false, false, false, false, Kyra::GI_EOB1)
-#define EOB2_FLAGS FLAGS(false, false, false, false, false, false, false, Kyra::GI_EOB2)
-
const KYRAGameDescription adGameDescs[] = {
/* disable these targets until they get supported
{
@@ -1329,73 +1326,6 @@ const KYRAGameDescription adGameDescs[] = {
LOL_KYRA2_DEMO_FLAGS
},
#endif // ENABLE_LOL
-#ifdef ENABLE_EOB
-
- {
- {
- "eob",
- 0,
- {
- { "EOBDATA2.PAK", 0, "feaf0345086b3a1d931352f4b0ad8feb", -1 },
- { 0, 0, 0, 0 }
- },
- Common::EN_ANY,
- Common::kPlatformPC,
- ADGF_NO_FLAGS,
- Common::GUIO_NOSPEECH | Common::GUIO_MIDIADLIB | Common::GUIO_MIDIPCSPK
- },
- EOB_FLAGS
- },
-
- {
- {
- "eob",
- 0,
- {
- { "SHINDIA.CPS", 0, "383b0c7ba0903eae5d04cad28ce90aaf", -1 },
- { 0, 0, 0, 0 }
- },
- Common::DE_DEU,
- Common::kPlatformPC,
- ADGF_NO_FLAGS,
- Common::GUIO_NOSPEECH | Common::GUIO_MIDIADLIB | Common::GUIO_MIDIPCSPK
- },
- EOB_FLAGS
- },
-
- {
- {
- "eob2",
- 0,
- {
- { "LEVEL15.INF", 0, "10f19eab75c73d0476dc58bcf70fff7a", -1 },
- { 0, 0, 0, 0 }
- },
- Common::EN_ANY,
- Common::kPlatformPC,
- ADGF_NO_FLAGS,
- Common::GUIO_NOSPEECH | Common::GUIO_MIDIADLIB | Common::GUIO_MIDIPCSPK
- },
- EOB2_FLAGS
- },
-
- {
- {
- "eob2",
- 0,
- {
- { "LEVEL15.INF", 0, "ce54243ad1ca4447f521340428da2c91", -1 },
- { 0, 0, 0, 0 }
- },
- Common::DE_DEU,
- Common::kPlatformPC,
- ADGF_NO_FLAGS,
- Common::GUIO_NOSPEECH | Common::GUIO_MIDIADLIB | Common::GUIO_MIDIPCSPK
- },
- EOB2_FLAGS
- },
-#endif // ENABLE_EOB
-
{ AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0, 0, 0, 0) }
};
@@ -1406,10 +1336,6 @@ const PlainGameDescriptor gameList[] = {
#ifdef ENABLE_LOL
{ "lol", "Lands of Lore: The Throne of Chaos" },
#endif // ENABLE_LOL
-#ifdef ENABLE_EOB
- { "eob", "Eye of the Beholder" },
- { "eob2", "Eye of the Beholder II: The Legend of Darkmoon" },
-#endif // ENABLE_EOB
{ 0, 0 }
};