aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJonathan Gray2002-10-18 08:26:23 +0000
committerJonathan Gray2002-10-18 08:26:23 +0000
commit209e723a761f727c8c0aca9228d50345e0c9a9d4 (patch)
tree9fe81bdc8810e7e10a1937dd9e539f5fd2f5ccf6 /common
parentfe980ae37a3b437f72c61da7ffc3a06ca35a67ea (diff)
downloadscummvm-rg350-209e723a761f727c8c0aca9228d50345e0c9a9d4.tar.gz
scummvm-rg350-209e723a761f727c8c0aca9228d50345e0c9a9d4.tar.bz2
scummvm-rg350-209e723a761f727c8c0aca9228d50345e0c9a9d4.zip
cosmetic change, change the scumm version for the HE games to those reported by the executables. 6 months difference in build date but still the same minor version
svn-id: r5184
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 78fab22134..ef2b226988 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -469,6 +469,10 @@ 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,
+ 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},
{"dottdemo", "Day Of The Tentacle (Demo)", GID_TENTACLE, 6, 3, 2,
@@ -479,11 +483,6 @@ const VersionSettings version_settings[] = {
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER | GF_ADLIB_DEFAULT},
{"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER | GF_ADLIB_DEFAULT},
-
- {"puttdemo", "Putt Putt joins the parade (demo)", GID_SAMNMAX, 6, 3, 0,
- 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, 3, 0,
- GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS},
{"test", "Test demo game", GID_SAMNMAX, 6, 6, 6, GF_NEW_OPCODES | GF_AFTER_V6},