mirror of
https://github.com/doukutsu-rs/doukutsu-rs.git
synced 2026-08-24 13:02:49 -07:00
Stop noise when <ESC opcode is executed (fix #244)
This commit is contained in:
@@ -1846,6 +1846,7 @@ impl TextScriptVM {
|
||||
|
||||
exec_state = TextScriptExecutionState::Running(state.constants.game.intro_event, 0);
|
||||
state.textscript_vm.suspend = true;
|
||||
state.stop_noise();
|
||||
state.sound_manager.play_song(0, &state.constants, &state.settings, ctx, false)?;
|
||||
|
||||
state.reset();
|
||||
|
||||
Reference in New Issue
Block a user