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

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

View File

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