1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-28 21:19:24 +00:00

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

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()));
}