diff options
author | Travis Howell | 2009-08-29 07:29:35 +0000 |
---|---|---|
committer | Travis Howell | 2009-08-29 07:29:35 +0000 |
commit | ea8ff6624e102be064b739bcc20153171fde27c9 (patch) | |
tree | 39029af377f93086420d3ae30f509038c46ca0ec | |
parent | 21e6438a502ef5f5c1e5379dddc03e4b1c47e40c (diff) | |
download | scummvm-rg350-ea8ff6624e102be064b739bcc20153171fde27c9.tar.gz scummvm-rg350-ea8ff6624e102be064b739bcc20153171fde27c9.tar.bz2 scummvm-rg350-ea8ff6624e102be064b739bcc20153171fde27c9.zip |
Add Macintosh version of Blue's ABC Time Activities.
svn-id: r43789
-rw-r--r-- | engines/scumm/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 57fe251e05..395a5ffa22 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -582,6 +582,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "blues123time", "Blue's 123 Time", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "bluesabctime", "bluesabctime", kGenHEPC, UNK_LANG, UNK, 0 }, + { "bluesabctime", "Blues ABC Time", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "bluesabctime", "BluesABCTimeDemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "bluesabctime", "BluesABCTimeDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "bluesabctime", "abc-slideshow.cup", kGenUnchanged, UNK_LANG, UNK, 0 }, |