diff options
author | Jonathan Gray | 2003-02-18 23:58:54 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-02-18 23:58:54 +0000 |
commit | 719784dd6abcf25678e62a4d534f1f5cd996947c (patch) | |
tree | e6120c58b3eb5e12eb859bcd86d55e9d5ae642a9 | |
parent | f081a1a855bbb67fbff9c225887f7e89418debf7 (diff) | |
download | scummvm-rg350-719784dd6abcf25678e62a4d534f1f5cd996947c.tar.gz scummvm-rg350-719784dd6abcf25678e62a4d534f1f5cd996947c.tar.bz2 scummvm-rg350-719784dd6abcf25678e62a4d534f1f5cd996947c.zip |
moondemo uses akos as well
svn-id: r6623
-rw-r--r-- | common/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 3f8b430899..6271294cb0 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -130,7 +130,7 @@ const VersionSettings version_settings[] = { {"puttdemo", "Putt-Putt Joins The Parade (DOS Demo)", GID_SAMNMAX, 6, 1, 1, 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}, + GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS | GF_NEW_COSTUMES, 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 | GF_NEW_COSTUMES, 0}, {"funpack", "Putt-Putt's Fun Pack", GID_SAMNMAX, 6, 1, 1, |