From a41d72a44a660c72fdadbc3a8ef580e5e03cb890 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 23 Oct 2011 19:42:30 +0200 Subject: SCUMM: Fix compilation when HE is disabled. This is a regression from 77c65648b1db8f8b7b245510681eafd856798d26. --- engines/scumm/detection_tables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') 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 } }; -- cgit v1.2.3