From 03cbe7f7e35e9205d69b4bb1a4377a9a8f002437 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 11 Mar 2021 10:01:21 +0100 Subject: [PATCH] yet another initialization order error fixed --- mapeditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index e309e1b3..91b61da7 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1568,8 +1568,8 @@ EX namespace mapeditor { queuecircleat1(c, V, .78, 0x00FFFFFF); } - hyperpoint ccenter = C0; - hyperpoint coldcenter = C0; + hyperpoint ccenter = C02; + hyperpoint coldcenter = C02; unsigned gridcolor = 0xC0C0C040;