Correct version of early puttputt

svn-id: r19195
This commit is contained in:
Travis Howell 2005-10-20 14:44:03 +00:00
parent 3fbfad767c
commit 02f37bf2c3
3 changed files with 3 additions and 2 deletions

View file

@ -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