mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
shmup:: count_pauses is now reset to 0, and also not displayed in standard shmup
This commit is contained in:
@@ -2581,7 +2581,7 @@ EX void turn(int delta) {
|
||||
in_pause = true;
|
||||
if(!(racing::on && !racing::started() && !racing::finished())) {
|
||||
count_pauses++;
|
||||
addMessage(XLAT("Pauses: %1 of %2 allowed", its(count_pauses), its(racing::pause_limit)));
|
||||
if(racing::on) addMessage(XLAT("Pauses: %1 of %2 allowed", its(count_pauses), its(racing::pause_limit)));
|
||||
}
|
||||
}
|
||||
if(racing::on) {
|
||||
|
Reference in New Issue
Block a user