From 949b0d60dbef59f74117510c9d98717468a025ab Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 29 May 2019 16:50:17 +0200 Subject: [PATCH] mapedtior:: fixed loading arcm maps --- mapeditor.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index 61c1a2d7..a4ee8db3 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -324,6 +324,9 @@ namespace mapstream { #endif } + check_cgi(); + cgi.require_basics(); + usershape_changes++; initcells(); @@ -472,8 +475,6 @@ namespace mapstream { } cellbyid.clear(); - check_cgi(); - cgi.require_basics(); restartGraph(); bfs(); game_active = true;