1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fixed the initialization of ringcolor

This commit is contained in:
Zeno Rogue 2020-09-23 18:53:06 +02:00
parent b1f4f92f2c
commit 79c1493141

View File

@ -1874,7 +1874,7 @@ void circle_around_center(ld radius, color_t linecol, color_t fillcol, PPR prio)
}
EX color_t periodcolor = 0x00FF0080;
EX color_t ringcolor = darkena(0xFF, 0, 0xFF);
EX color_t ringcolor = 0xFFFF;
EX color_t modelcolor = 0;
#if CAP_QUEUE