mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
mapstream:: save sol correctly
This commit is contained in:
parent
868b75f64e
commit
ef67ed4a75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user