diff options
Diffstat (limited to 'scumm/script_v6.cpp')
-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 |