mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
Fix HUD kill list in 'items only' mode
This commit is contained in:
@@ -534,7 +534,7 @@ EX namespace inv {
|
||||
ld py = current_display->ycenter + pos.second * rad3;
|
||||
int icol = iinf[o].color;
|
||||
if(!remaining[i]) icol = gradient(icol, 0, 0, .5, 1);
|
||||
bool gg = graphglyph();
|
||||
bool gg = graphglyph(false);
|
||||
|
||||
if(!hiliteclick) {
|
||||
if(gg) {
|
||||
|
Reference in New Issue
Block a user