build fix
This commit is contained in:
+1
-1
@@ -987,7 +987,7 @@ paintGlyph(PNHMapWindow data, int i, int j, RECT * rect)
|
|||||||
#endif
|
#endif
|
||||||
if (((data->map[i][j].gm.glyphflags & MG_PET) && iflags.hilite_pet)
|
if (((data->map[i][j].gm.glyphflags & MG_PET) && iflags.hilite_pet)
|
||||||
|| ((data->map[i][j].gm.glyphflags & (MG_DETECT | MG_BW_LAVA
|
|| ((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)) {
|
| MG_BW_ENGR)) != 0)) {
|
||||||
back_brush =
|
back_brush =
|
||||||
CreateSolidBrush(nhcolor_to_RGB(CLR_GRAY));
|
CreateSolidBrush(nhcolor_to_RGB(CLR_GRAY));
|
||||||
|
|||||||
Reference in New Issue
Block a user