mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
SCUMM: Fix compilation when HE is disabled.
This is a regression from 77c65648b1
.
This commit is contained in:
parent
32972a5ffb
commit
a41d72a44a
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user