nilrider:: don't pause if we have not even started

This commit is contained in:
Zeno Rogue 2022-05-06 18:51:04 +02:00
parent 34d8cb6f27
commit 54fde5348d
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ void run() {
show_button(PSEUDOKEY_MENU, "menu");
dialog::add_key_action(PSEUDOKEY_MENU, [] {
paused = true;
if(curlev->current.timer) paused = true;
pushScreen(main_menu);
});
if(pause_av) dialog::add_key_action(PSEUDOKEY_PAUSE, [] {