Merge branch 'NetHack-3.6'
This commit is contained in:
@@ -1688,7 +1688,7 @@ void NetHackQtMapWindow::paintEvent(QPaintEvent* event)
|
||||
|
||||
painter.setPen( green );
|
||||
/* map glyph to character and color */
|
||||
(void)mapglyph(g, &och, &color, &special, i, j);
|
||||
(void)mapglyph(g, &och, &color, &special, i, j, 0);
|
||||
ch = (uchar)och;
|
||||
#ifdef TEXTCOLOR
|
||||
painter.setPen( nhcolor_to_pen(color) );
|
||||
|
||||
Reference in New Issue
Block a user