From ef67ed4a75d446b9a905dc03452123aedf242fff Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 9 Oct 2021 17:04:00 +0200 Subject: [PATCH] mapstream:: save sol correctly --- mapeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index 62ab7ad7..1d9614cd 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -671,7 +671,7 @@ EX namespace mapstream { EX hookset 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