mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 11:17:56 +00:00
restarting a race now resets pause counter
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user