From ea0b3ccacc854a55290e0257468b86b2111f2d23 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Jul 2004 13:27:59 +0000 Subject: Too Many HE versions. svn-id: r14196 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 753c3d34f8..f71083d565 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 (_heversion == 60) { + if ((_features & GF_HUMONGOUS) && (_gameId != GID_PUTTDEMO)) { // 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 -- cgit v1.2.3