From a05098f502a48db9ab4c2f9b88281ebcd3c97e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 25 Nov 2022 23:23:08 +0100 Subject: [PATCH] Fixed render order --- src/map/ENC/mapdata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/ENC/mapdata.cpp b/src/map/ENC/mapdata.cpp index 40432464..5a8f7a32 100644 --- a/src/map/ENC/mapdata.cpp +++ b/src/map/ENC/mapdata.cpp @@ -20,6 +20,7 @@ static QMap orderMapInit() { QMap map; + map.insert(TYPE(CGUSTA), 0); map.insert(SUBTYPE(BUAARE, 1), 1); map.insert(SUBTYPE(BUAARE, 5), 2); map.insert(SUBTYPE(BUAARE, 4), 3);