1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-02 13:21:22 +00:00

removed the variable 'showoff'

This commit is contained in:
Zeno Rogue
2020-03-27 19:53:59 +01:00
parent a2b7da728a
commit 32baf01192
4 changed files with 6 additions and 7 deletions

View File

@@ -48,7 +48,6 @@ EX int asteroids_generated, asteroid_orbs_generated;
EX time_t timerstart, savetime;
EX bool timerstopped;
EX int savecount;
EX bool showoff = false;
EX bool doCross = false;
EX bool gamegen_failure;
@@ -952,8 +951,6 @@ EX void saveStats(bool emergency IS(false)) {
// if(!timerghost) addMessage(XLAT("Emergency save at ") + its(saveposition));
}
if(showoff) { fclose(f); return; }
time_t timer;
timer = time(NULL);
char sbuf[128]; strftime(sbuf, 128, "%c", localtime(&timerstart));