mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-24 03:32:50 +00:00
fixed dog drawing in kill list
This commit is contained in:
parent
d80becb63b
commit
67b7e854b9
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 == '*')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user