mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
TSAGE: Fix a sound glitch in scene 4150
This commit is contained in:
parent
67c73a25f0
commit
6113724eb5
@ -3088,6 +3088,7 @@ void Scene4150::dispatch() {
|
||||
|
||||
if (!_action && (_globals->_player._position.x >= 316)) {
|
||||
_globals->_soundHandler.proc1(NULL);
|
||||
_soundHandler.proc1(NULL);
|
||||
_globals->_player.disableControl();
|
||||
_sceneMode = 4152;
|
||||
setAction(&_sequenceManager, this, 4152, &_globals->_player, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user