restarting a race now resets pause counter

This commit is contained in:
Zeno Rogue 2024-02-22 16:47:20 +01:00
parent bfd1945d7b
commit a28c62416f
1 changed files with 1 additions and 0 deletions

View File

@ -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