1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-04 00:40:16 +00:00

racing:: simplifying some overcomplicated stuff, minor bugfix

This commit is contained in:
Zeno Rogue
2022-09-14 16:18:22 +02:00
parent e393929237
commit f23c10d1e6
2 changed files with 3 additions and 3 deletions

View File

@@ -1086,9 +1086,9 @@ EX void saveStats(bool emergency IS(false)) {
fprintf(f, "RACING %s %d %d date: %s\n", VER,
int(specialland), bs[specialland],
buf);
fclose(f);
bs.erase(specialland);
}
fclose(f);
return;
}
#endif