DEADSOFTWARE

map: fix sky loading while import ini map
[d2df-editor.git] / src / editor / g_map.pas
index b74a403f7237076be5f4476fb44f2bc146f814ac..10160e4ac0b6a679d1caa2f7934d123e1d5130c9 100644 (file)
@@ -1912,6 +1912,8 @@ begin
       SetLength(Description, 256);
   end;
 
+  LoadSky(gMapInfo.SkyName);
+
   map.Free();
 
   Result := True;