mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 12:58:06 +00:00
shmup:: count_pauses is now reset to 0, and also not displayed in standard shmup
This commit is contained in:
@@ -211,6 +211,7 @@ EX void initgame() {
|
||||
clearing::direct = 0;
|
||||
clearing::imputed = 0;
|
||||
rosephase = 0;
|
||||
shmup::count_pauses = 0;
|
||||
|
||||
if(firstland == laElementalWall) cwt.at->land = randomElementalLand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user