build fix

This commit is contained in:
nhmall
2023-09-12 08:23:34 -04:00
parent 6636db94e7
commit 6018d3e4d4

View File

@@ -987,7 +987,7 @@ paintGlyph(PNHMapWindow data, int i, int j, RECT * rect)
#endif
if (((data->map[i][j].gm.glyphflags & MG_PET) && iflags.hilite_pet)
|| ((data->map[i][j].gm.glyphflags & (MG_DETECT | MG_BW_LAVA
| MW_BW_ICE | MG_BW_SINK
| MG_BW_ICE | MG_BW_SINK
| MG_BW_ENGR)) != 0)) {
back_brush =
CreateSolidBrush(nhcolor_to_RGB(CLR_GRAY));