racing:: restore_goals on save

This commit is contained in:
Zeno Rogue 2022-06-16 23:13:06 +02:00
parent 83eb725448
commit d2333c15c3
1 changed files with 1 additions and 0 deletions

View File

@ -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);