GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-editor.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b834d54
)
map: fix sky loading while import ini map
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Mon, 22 May 2023 13:31:41 +0000
(16:31 +0300)
committer
DeaDDooMER <deaddoomer@deadsoftware.ru>
Mon, 22 May 2023 13:31:41 +0000
(16:31 +0300)
src/editor/g_map.pas
patch
|
blob
|
history
diff --git
a/src/editor/g_map.pas
b/src/editor/g_map.pas
index b74a403f7237076be5f4476fb44f2bc146f814ac..10160e4ac0b6a679d1caa2f7934d123e1d5130c9 100644
(file)
--- 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;
DEADSOFTWARE 2012-2025