diff options
author | Travis Howell | 2004-07-12 09:26:30 +0000 |
---|---|---|
committer | Travis Howell | 2004-07-12 09:26:30 +0000 |
commit | a5187aa8233b2c07fcf2a6ce4e1f15d902e2a19e (patch) | |
tree | aeb222b8431c81931af4666cb3999f999d30e2a3 | |
parent | 621ff05aced6de205975103c0de5a58695163719 (diff) | |
download | scummvm-rg350-a5187aa8233b2c07fcf2a6ce4e1f15d902e2a19e.tar.gz scummvm-rg350-a5187aa8233b2c07fcf2a6ce4e1f15d902e2a19e.tar.bz2 scummvm-rg350-a5187aa8233b2c07fcf2a6ce4e1f15d902e2a19e.zip |
Should be right this time.
svn-id: r14194
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index ecf5018763..753c3d34f8 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1027,7 +1027,7 @@ void ScummEngine_v6::o6_startSound() { if (_features & GF_DIGI_IMUSE) _imuseDigital->startSfx(pop(), 64); else { - if (_gameId == GID_HEGAME) { + if (_heversion == 60) { // Seems to range between 952 - 9000 // 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 |