Remove incorrect comment
This commit is contained in:
@@ -26,7 +26,6 @@ static void FDECL(migrate_mon, (struct monst *, XCHAR_P, XCHAR_P));
|
|||||||
static boolean FDECL(ok_to_obliterate, (struct monst *));
|
static boolean FDECL(ok_to_obliterate, (struct monst *));
|
||||||
static void FDECL(deal_with_overcrowding, (struct monst *));
|
static void FDECL(deal_with_overcrowding, (struct monst *));
|
||||||
|
|
||||||
/* note: duplicated in dog.c */
|
|
||||||
#define LEVEL_SPECIFIC_NOCORPSE(mdat) \
|
#define LEVEL_SPECIFIC_NOCORPSE(mdat) \
|
||||||
(Is_rogue_level(&u.uz) \
|
(Is_rogue_level(&u.uz) \
|
||||||
|| (g.level.flags.graveyard && is_undead(mdat) && rn2(3)))
|
|| (g.level.flags.graveyard && is_undead(mdat) && rn2(3)))
|
||||||
|
|||||||
Reference in New Issue
Block a user