mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-21 08:34:06 +00:00
restarting a race now resets pause counter
This commit is contained in:
parent
bfd1945d7b
commit
a28c62416f
@ -1666,6 +1666,7 @@ EX void restart_game(char switchWhat IS(rg::nothing)) {
|
|||||||
if(switchWhat == rg::nothing && racing::on) {
|
if(switchWhat == rg::nothing && racing::on) {
|
||||||
racing::restore_goals();
|
racing::restore_goals();
|
||||||
racing::reset_race();
|
racing::reset_race();
|
||||||
|
shmup::count_pauses = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user