*/
#define _see_with_infrared(mon) \
- (!Blind && Infravision && mon && infravisible(mon->data) \
+ (!Blind && Infravision && infravisible(mon->data) \
&& couldsee(mon->mx, mon->my))
/*
@@ -157,7 +157,7 @@
* definition here is convenient. No longer limited to pets.
*/
#define _is_safemon(mon) \
- (flags.safe_dog && (mon) &
47 KiB
47 KiB