Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -3461,7 +3461,7 @@ void NetHackQtInvUsageWindow::drawWorn(QPainter& painter, obj* nhobj, int x, int
|
||||
{
|
||||
short int glyph;
|
||||
if (nhobj)
|
||||
glyph=obj_to_glyph(nhobj);
|
||||
glyph=obj_to_glyph(nhobj, rn2_on_display_rng);
|
||||
else if (canbe)
|
||||
glyph=cmap_to_glyph(S_room);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user