aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2002-11-18 07:58:15 +0000
committerJonathan Gray2002-11-18 07:58:15 +0000
commit713f11d99eb28474bcb8b31942c89e9fa8b66575 (patch)
treeaf36f953a38d8aa8e3c9ba9b59c4465674829afc
parent69c8ddd67c555d521780ef67cc4ea7f382c45425 (diff)
downloadscummvm-rg350-713f11d99eb28474bcb8b31942c89e9fa8b66575.tar.gz
scummvm-rg350-713f11d99eb28474bcb8b31942c89e9fa8b66575.tar.bz2
scummvm-rg350-713f11d99eb28474bcb8b31942c89e9fa8b66575.zip
touch up games list
svn-id: r5595
-rw-r--r--common/gameDetector.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 5f2514a670..53938be854 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -479,9 +479,11 @@ const VersionSettings version_settings[] = {
GF_USE_KEY | GF_ADLIB_DEFAULT},
/* Scumm Version 6 */
- {"puttdemo", "Putt Putt joins the parade (demo)", GID_SAMNMAX, 6, 1, 1,
+ {"puttputt", "Putt-Putt Joins The Parade (DOS)", GID_SAMNMAX, 6, 1, 1,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS},
- {"moondemo", "Putt Putt goes to the moon (demo)", GID_SAMNMAX, 6, 1, 1,
+ {"puttdemo", "Putt-Putt Joins The Parade (Demo)", GID_SAMNMAX, 6, 1, 1,
+ GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS},
+ {"moondemo", "Putt-Putt Goes To The Moon (Demo)", GID_SAMNMAX, 6, 1, 1,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS},
{"tentacle", "Day Of The Tentacle", GID_TENTACLE, 6, 4, 2,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT},