yet another initialization order error fixed

This commit is contained in:
Zeno Rogue 2021-03-11 10:01:21 +01:00
parent c47aa8ce3f
commit 03cbe7f7e3
1 changed files with 2 additions and 2 deletions

View File

@ -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;