From 713f11d99eb28474bcb8b31942c89e9fa8b66575 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 18 Nov 2002 07:58:15 +0000 Subject: touch up games list svn-id: r5595 --- common/gameDetector.cpp | 6 ++++-- 1 file 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}, -- cgit v1.2.3