aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorTravis Howell2008-02-17 08:17:41 +0000
committerTravis Howell2008-02-17 08:17:41 +0000
commitd201f0e9aae1b326d3bfb1a28136fa6df9375788 (patch)
tree2cc15d459246e082570724b70529c3fc7b19e7b7 /engines/scumm/detection_tables.h
parent377912a3a37f8bec283b9ef45a320e468dcfd0c4 (diff)
downloadscummvm-rg350-d201f0e9aae1b326d3bfb1a28136fa6df9375788.tar.gz
scummvm-rg350-d201f0e9aae1b326d3bfb1a28136fa6df9375788.tar.bz2
scummvm-rg350-d201f0e9aae1b326d3bfb1a28136fa6df9375788.zip
Fix bug ##1894968 - PUTTZOO: Music in water scenes messed up.
svn-id: r30889
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index aae1e095ac..dd05fd9c94 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -270,11 +270,11 @@ static const GameSettings gameVariantsTable[] = {
// Humongous Entertainment Scumm Version 7.2
{"airport", "", 0, GID_HEGAME, 6, 72, MDT_NONE, GF_USE_KEY, UNK},
- {"puttzoo", "", 0, GID_HEGAME, 6, 72, MDT_NONE, GF_USE_KEY, UNK},
// Changed o_getResourceSize to cover all resource types
{"farm", "", 0, GID_HEGAME, 6, 73, MDT_NONE, GF_USE_KEY, UNK},
{"jungle", "", 0, GID_HEGAME, 6, 73, MDT_NONE, GF_USE_KEY, UNK},
+ {"puttzoo", "", 0, GID_HEGAME, 6, 73, MDT_NONE, GF_USE_KEY, UNK},
// Humongous Entertainment Scumm Version 8.0 ? Scummsrc.80
{"freddi2", "", 0, GID_HEGAME, 6, 80, MDT_NONE, GF_USE_KEY, UNK},