mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
racing:: restore_goals on save
This commit is contained in:
parent
83eb725448
commit
d2333c15c3
@ -691,6 +691,7 @@ EX namespace mapstream {
|
||||
void save_only_map(hstream& f) {
|
||||
f.write(patterns::whichPattern);
|
||||
save_geometry(f);
|
||||
if(racing::on) racing::restore_goals();
|
||||
|
||||
// game settings
|
||||
f.write(safety);
|
||||
|
Loading…
Reference in New Issue
Block a user