mapstream:: save sol correctly

This commit is contained in:
Zeno Rogue 2021-10-09 17:04:00 +02:00
parent 868b75f64e
commit ef67ed4a75
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ EX namespace mapstream {
EX hookset<void(fhstream&, int)> hooks_loadmap;
EX cell *save_start() {
return (bounded || euclid || prod || arcm::in() || INVERSE) ? currentmap->gamestart() : cwt.at->master->c7;
return (bounded || euclid || prod || arcm::in() || sol || INVERSE) ? currentmap->gamestart() : cwt.at->master->c7;
}
#if CAP_EDIT