fixed dog drawing in kill list

This commit is contained in:
Zeno Rogue 2020-11-05 15:18:52 +01:00
parent d80becb63b
commit 67b7e854b9
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ bool displayglyph(int cx, int cy, int buttonsize, char glyph, color_t color, int
glyphphase[id] * 2; glyphphase[id] * 2;
drawItemType(it, NULL, shiftless(V), icol, t, false); drawItemType(it, NULL, shiftless(V), icol, t, false);
} }
sortquickqueue();
quickqueue(); quickqueue();
} }
else if(glyph == '*') else if(glyph == '*')