Silence some compiler warnings
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
|| ((ptr)->mlet == S_PUDDING && (ptr) != &mons[PM_BLACK_PUDDING]))
|
||||
|
||||
#define befriend_with_obj(ptr, obj) \
|
||||
((obj)->oclass == FOOD_CLASS && is_domestic(ptr) \
|
||||
(((obj)->oclass == FOOD_CLASS && is_domestic(ptr)) \
|
||||
|| ((obj)->otyp == BANANA && \
|
||||
((ptr) == &mons[PM_MONKEY] \
|
||||
|| (ptr) == &mons[PM_APE])))
|
||||
|
||||
Reference in New Issue
Block a user