OSDN Git Service

[Refactor] #37353 ウィザードモードフラグ を player_type 構造体から world_type 構造体へ移動.
[hengband/hengband.git] / src / player-status.h
index 1f3df00..24ffbb2 100644 (file)
@@ -430,8 +430,6 @@ struct player_type
 
        bool reset_concent;   /* Concentration reset flag */
 
-       bool wizard;              /* Player is in wizard mode */
-
        MONSTER_IDX riding;              /* Riding on a monster of this index */
 
        #define KNOW_STAT   0x01