X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=a87747362f596fca53cb69bac2bb2c58b5b59b29;hp=061e916d2f490781327162979ad7a5c8b329df6d;hb=61d31ed7cb0860f6b285c0f514c14d80d3d38ba9;hpb=aeade63897b65c2dfeb19eb423c55ff2660069a2 diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 061e916..a877473 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -1795,6 +1795,7 @@ procedure FullClear(); begin RemoveSelectFromObjects(); ClearMap(); + LoadSky(gMapInfo.SkyName); UndoBuffer := nil; slInvalidTextures.Clear(); MapCheckForm.lbErrorList.Clear();