diff --git a/win/Qt/qt_glyph.cpp b/win/Qt/qt_glyph.cpp index e4057e59b..6c1df7c0c 100644 --- a/win/Qt/qt_glyph.cpp +++ b/win/Qt/qt_glyph.cpp @@ -98,7 +98,7 @@ void NetHackQtGlyphs::drawGlyph(QPainter& painter, int glyph, int tileidx, painter.drawPixmap(x, y, pm, px, py, width(), height()); } else { // for paper doll; mirrored image for left side of two-handed weapon - painter.drawPixmap(x, y, reversed_pixmap(glyph, fem), + painter.drawPixmap(x, y, reversed_pixmap(glyph, tileidx, fem), 0, 0, width(), height()); } }