From a28c62416f81394feedbba5cc83a451cea363bf4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 22 Feb 2024 16:47:20 +0100 Subject: [PATCH] restarting a race now resets pause counter --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index 336dc182..bd0dd77b 100644 --- a/system.cpp +++ b/system.cpp @@ -1666,6 +1666,7 @@ EX void restart_game(char switchWhat IS(rg::nothing)) { if(switchWhat == rg::nothing && racing::on) { racing::restore_goals(); racing::reset_race(); + shmup::count_pauses = 0; return; } #endif