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
1 changed files with 1 additions and 1 deletions

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;