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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user