1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

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

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