mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
SCUMM: Add missing break in o70_startSound.
This commit is contained in:
parent
e5ffd75330
commit
22e5fe8b4e
@ -71,6 +71,7 @@ void ScummEngine_v70he::o70_startSound() {
|
||||
value = pop();
|
||||
_heSndSoundId = pop();
|
||||
_sound->addSoundToQueue(_heSndSoundId, 0, 0, 8);
|
||||
break;
|
||||
case 56:
|
||||
_heSndFlags |= 16;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user