aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-09 11:01:35 +0000
committerTravis Howell2006-01-09 11:01:35 +0000
commitb99859f22751468f2f2212c880017371fcef8e76 (patch)
tree6c461d16d836e7ea8b67a466aeab8ace1fa83575 /scumm/script_v6.cpp
parenta163b2ae2ba65ab72722626a90edb2d7545d37de (diff)
downloadscummvm-rg350-b99859f22751468f2f2212c880017371fcef8e76.tar.gz
scummvm-rg350-b99859f22751468f2f2212c880017371fcef8e76.tar.bz2
scummvm-rg350-b99859f22751468f2f2212c880017371fcef8e76.zip
Fix regressions in earliest HE games again.
Remove pointless scumm var reset to zero. svn-id: r19956
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 a894242566..f79b768154 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 && (_gameId != GID_PUTTDEMO))
+ if (_heversion >= 60 && (_gameId != GID_PUTTDEMO))
offset = pop();
#ifndef DISABLE_SCUMM_7_8