mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +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) {
|
void save_only_map(hstream& f) {
|
||||||
f.write(patterns::whichPattern);
|
f.write(patterns::whichPattern);
|
||||||
save_geometry(f);
|
save_geometry(f);
|
||||||
|
if(racing::on) racing::restore_goals();
|
||||||
|
|
||||||
// game settings
|
// game settings
|
||||||
f.write(safety);
|
f.write(safety);
|
||||||
|
Loading…
Reference in New Issue
Block a user