From 49bf303eb602fb5ebb7625571d62ad52d42ec585 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Mon, 22 May 2023 16:31:41 +0300 Subject: [PATCH] map: fix sky loading while import ini map --- src/editor/g_map.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/editor/g_map.pas b/src/editor/g_map.pas index b74a403..10160e4 100644 --- a/src/editor/g_map.pas +++ b/src/editor/g_map.pas @@ -1912,6 +1912,8 @@ begin SetLength(Description, 256); end; + LoadSky(gMapInfo.SkyName); + map.Free(); Result := True; -- 2.29.2