intro skip fix

This commit is contained in:
Alula 2021-04-28 21:27:35 +02:00
parent f6426750fd
commit 13bbf897dd
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 2 additions and 0 deletions

View File

@ -1485,6 +1485,8 @@ impl Scene for GameScene {
}
if self.intro_mode {
state.touch_controls.control_type = TouchControlType::Dialog;
if let TextScriptExecutionState::WaitTicks(_, _, 9999) = state.textscript_vm.state {
state.next_scene = Some(Box::new(TitleScene::new()));
}