1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-17 18:54:48 +00:00

fixed the missing outlines in displayglyph

This commit is contained in:
Zeno Rogue 2022-12-04 15:35:44 +01:00
parent fcfadf9eaa
commit 0f4cb95adc

View File

@ -197,7 +197,7 @@ bool displayglyph(int cx, int cy, int buttonsize, char glyph, color_t color, int
if(graphglyph(isMonster)) {
initquickqueue();
poly_outline = bordcolor << 8;
poly_outline = OUTLINE_DEFAULT;
if(isMonster) {
eMonster m = eMonster(id - ittypes);
double bsize = buttonsize * 2/3;