mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
Fix puttdemo (dos) regression.
svn-id: r14192
This commit is contained in:
parent
032405d6f7
commit
b42e853ddd
@ -1027,7 +1027,7 @@ void ScummEngine_v6::o6_startSound() {
|
||||
if (_features & GF_DIGI_IMUSE)
|
||||
_imuseDigital->startSfx(pop(), 64);
|
||||
else {
|
||||
if (_features & GF_HUMONGOUS) {
|
||||
if (_gameId == GID_HEGAME) {
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user