mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-15 15:26:50 +00:00
reset game difficulty on title screen (fixes #196)
This commit is contained in:
parent
95e09ded99
commit
41b840d13f
|
@ -276,6 +276,7 @@ impl Scene for TitleScene {
|
|||
|
||||
state.replay_state = ReplayState::None;
|
||||
state.textscript_vm.flags.set_cutscene_skip(false);
|
||||
state.difficulty = GameDifficulty::Normal;
|
||||
|
||||
#[cfg(feature = "discord-rpc")]
|
||||
state.discord_rpc.set_idling()?;
|
||||
|
|
Loading…
Reference in a new issue