mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-27 04:46:55 +00:00
skip after Y/N prompts
This commit is contained in:
parent
fb4ac0dae8
commit
398f610c09
|
@ -458,8 +458,6 @@ impl TextScriptVM {
|
|||
}
|
||||
}
|
||||
TextScriptExecutionState::WaitConfirmation(event, ip, no_event, wait, selection) => {
|
||||
state.textscript_vm.flags.set_cutscene_skip(false);
|
||||
|
||||
if wait > 0 {
|
||||
state.textscript_vm.state =
|
||||
TextScriptExecutionState::WaitConfirmation(event, ip, no_event, wait - 1, selection);
|
||||
|
|
Loading…
Reference in a new issue