diff --git a/mapeditor.cpp b/mapeditor.cpp index 20f2053b..44a693e6 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -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);