Merge branch 'NetHack-3.6'
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ int bkglyph UNUSED;
|
||||
#endif
|
||||
|
||||
/* map glyph to character and color */
|
||||
(void) mapglyph(glyph, &och, &color, &special, x, y);
|
||||
(void) mapglyph(glyph, &och, &color, &special, x, y, 0);
|
||||
ch = (uchar) och;
|
||||
|
||||
if (special != map_info->tile_map.glyphs[y][x].special) {
|
||||
|
||||
Reference in New Issue
Block a user