diff options
author | Travis Howell | 2006-07-09 01:09:25 +0000 |
---|---|---|
committer | Travis Howell | 2006-07-09 01:09:25 +0000 |
commit | 36f90314358f9af016be4d39e65094447f9936ae (patch) | |
tree | a6aa059f272c932a3749bdf845ab5787236671c0 /engines/scumm | |
parent | 8cb98dc45ca85d2aab2ac4b9d0fa5d6e72521c8a (diff) | |
download | scummvm-rg350-36f90314358f9af016be4d39e65094447f9936ae.tar.gz scummvm-rg350-36f90314358f9af016be4d39e65094447f9936ae.tar.bz2 scummvm-rg350-36f90314358f9af016be4d39e65094447f9936ae.zip |
Add filename patterns for Macintosh versions of Blue's Birthday Adventure
svn-id: r23443
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index bda520e6ed..d1e8c3d912 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -516,7 +516,9 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "bluesabctime", "BluesABCTimeDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "BluesBirthday", "Blue'sBirthday-Red", kGenHEPC, UNK_LANG, UNK, 0 }, + { "BluesBirthday", "Blue'sBirthday-Red", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "BluesBirthday", "Blue'sBirthday-Yellow", kGenHEPC, UNK_LANG, UNK, 0 }, + { "BluesBirthday", "Blue'sBirthday-Yellow", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "BluesBirthday", "BluesBirthdayDemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "BluesBirthday", "BluesBirthdayDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, |