OSDN Git Service

[Refactoring] #39068 Define only MFLAG_ETF.
authordeskull <deskull@users.sourceforge.jp>
Sun, 17 Mar 2019 06:14:50 +0000 (15:14 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 17 Mar 2019 06:14:50 +0000 (15:14 +0900)
src/types.h

index 12fdcb4..3da206c 100644 (file)
@@ -610,7 +610,7 @@ struct monster_type
        #define MFLAG_VIEW      0x01    /* Monster is in line of sight */
        #define MFLAG_LOS       0x02    /* Monster is marked for project_all_los() */
        #define MFLAG_XXX2      0x04    /* (unused) */
-       #define MFLAG_XXX3      0x08    /* (unused) */
+       #define MFLAG_ETF       0x08    /* Monster is entering the field. */
        #define MFLAG_BORN      0x10    /* Monster is still being born */
        #define MFLAG_NICE      0x20    /* Monster is still being nice */