mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 11:57:40 +00:00
fixed dog drawing in kill list
This commit is contained in:
1
hud.cpp
1
hud.cpp
@@ -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 == '*')
|
||||||
|
|||||||
Reference in New Issue
Block a user