1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 01:37:04 +00:00

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

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;