aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-10-20 14:44:03 +0000
committerTravis Howell2005-10-20 14:44:03 +0000
commit02f37bf2c30282e19587d7e446e1f60b15ff581d (patch)
tree3f572a074c36099e5a57a593ecd0a2ebc56c93f3 /scumm/script_v6.cpp
parent3fbfad767c60f5851849ba1352604f2d826fb333 (diff)
downloadscummvm-rg350-02f37bf2c30282e19587d7e446e1f60b15ff581d.tar.gz
scummvm-rg350-02f37bf2c30282e19587d7e446e1f60b15ff581d.tar.bz2
scummvm-rg350-02f37bf2c30282e19587d7e446e1f60b15ff581d.zip
Correct version of early puttputt
svn-id: r19195
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index b1232e547c..91181c36f0 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1087,7 +1087,7 @@ void ScummEngine_v6::o6_startSound() {
// In Fatty Bear's Birthday Surprise the piano uses offsets 1 - 23 to
// indicate which note to play, but only when using the standard piano
// sound. See also o60_soundOps()
- if (_heversion >= 61)
+ if (_heversion >= 61 && (_gameId != GID_PUTTDEMO))
offset = pop();
#ifndef DISABLE_SCUMM_7_8