aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-07-09 01:09:25 +0000
committerTravis Howell2006-07-09 01:09:25 +0000
commit36f90314358f9af016be4d39e65094447f9936ae (patch)
treea6aa059f272c932a3749bdf845ab5787236671c0
parent8cb98dc45ca85d2aab2ac4b9d0fa5d6e72521c8a (diff)
downloadscummvm-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
-rw-r--r--engines/scumm/plugin.cpp2
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 },