Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-29 17:23:22 -05:00
7 changed files with 13 additions and 9 deletions

View File

@@ -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