reset game difficulty on title screen (fixes #196)

This commit is contained in:
József Sallai 2023-02-25 13:45:36 +02:00
parent 95e09ded99
commit 41b840d13f
1 changed files with 1 additions and 0 deletions

View File

@ -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()?;