Remove incorrect comment

This commit is contained in:
Pasi Kallinen
2020-04-12 15:45:13 +03:00
parent d47792ca64
commit 6d1df04eda

View File

@@ -26,7 +26,6 @@ static void FDECL(migrate_mon, (struct monst *, XCHAR_P, XCHAR_P));
static boolean FDECL(ok_to_obliterate, (struct monst *));
static void FDECL(deal_with_overcrowding, (struct monst *));
/* note: duplicated in dog.c */
#define LEVEL_SPECIFIC_NOCORPSE(mdat) \
(Is_rogue_level(&u.uz) \
|| (g.level.flags.graveyard && is_undead(mdat) && rn2(3)))