1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-15 21:27:10 +00:00

Asteroids

This commit is contained in:
Zeno Rogue
2019-03-30 17:51:37 +01:00
parent 4727e71590
commit 5356eba11c
12 changed files with 216 additions and 34 deletions

View File

@@ -17,6 +17,8 @@ bool canvas_invisible;
int truelotus;
int gamecount;
int asteroids_generated, asteroid_orbs_generated;
time_t timerstart, savetime;
bool timerstopped;
int savecount;
@@ -287,6 +289,8 @@ void initgame() {
gen_wandering = true;
}
truelotus = 0;
asteroids_generated = 0;
asteroid_orbs_generated = 0;
survivalist = true;
#if CAP_CRYSTAL
crystal::used_compass_inside = false;