aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-23 19:42:30 +0200
committerJohannes Schickel2011-10-23 19:42:30 +0200
commita41d72a44a660c72fdadbc3a8ef580e5e03cb890 (patch)
tree69260d78849114183762add89a467c4e4899442d /engines/scumm
parent32972a5ffb180c9e8a6a9eae51d0e7564ce76d9e (diff)
downloadscummvm-rg350-a41d72a44a660c72fdadbc3a8ef580e5e03cb890.tar.gz
scummvm-rg350-a41d72a44a660c72fdadbc3a8ef580e5e03cb890.tar.bz2
scummvm-rg350-a41d72a44a660c72fdadbc3a8ef580e5e03cb890.zip
SCUMM: Fix compilation when HE is disabled.
This is a regression from 77c65648b1db8f8b7b245510681eafd856798d26.
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/detection_tables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index 96c7208c75..31ba44b693 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -515,7 +515,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "puttputt", "Putt-Putt's Demo", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "puttputt", "Putt-Putt Parade", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "puttputt", "Putt-Putt", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
-#endif
+
#ifdef ENABLE_HE
#ifdef USE_RGB_COLOR
{ "arttime", "arttime", kGenHEPC, UNK_LANG, UNK, 0 },
@@ -890,6 +890,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "water", "water", kGenHEPC, UNK_LANG, UNK, 0 },
{ "water", "Water", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
{ "water", "Water Worries", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+#endif
{ NULL, NULL, kGenUnchanged, UNK_LANG, UNK, 0 }
};