diff options
author | Jonathan Gray | 2003-02-14 00:07:20 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-02-14 00:07:20 +0000 |
commit | 0e1b2479f2bf524e5b27c53d58b30ddd579f6ffe (patch) | |
tree | c08d141355484b84987f89da1398143c2e371f7f /common | |
parent | 20589cd886d31b56978ec34072d29a9b5f6cd446 (diff) | |
download | scummvm-rg350-0e1b2479f2bf524e5b27c53d58b30ddd579f6ffe.tar.gz scummvm-rg350-0e1b2479f2bf524e5b27c53d58b30ddd579f6ffe.tar.bz2 scummvm-rg350-0e1b2479f2bf524e5b27c53d58b30ddd579f6ffe.zip |
add putt putt goes to the moon to gamedetector
svn-id: r6605
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 717e1cf688..d39c775f13 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -131,6 +131,8 @@ const VersionSettings version_settings[] = { GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0}, {"moondemo", "Putt-Putt Goes To The Moon (DOS Demo)", GID_SAMNMAX, 6, 1, 1, GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0}, + {"puttmoon", "Putt-Putt Goes To The Moon (DOS)", GID_SAMNMAX, 6, 1, 1, + GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0}, {"funpack", "Putt-Putt's Fun Pack", GID_SAMNMAX, 6, 1, 1, GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0}, {"fbear", "Fatty Bear's Birthday Surprise (DOS)", GID_SAMNMAX, 6, 1, 1, |