OSDN Git Service

[Refactor] #38844 leave_bldg フラグを player_type 構造体に移動。
[hengband/hengband.git] / src / types.h
index 35d7ca3..74ad2f0 100644 (file)
@@ -1662,6 +1662,7 @@ struct player_type
        bool playing;                   /* True if player is playing */
        bool leaving;                   /* True if player is leaving */
 
+       byte leave_bldg;
        byte exit_bldg;                 /* Goal obtained in arena? -KMW- */
 
        bool leaving_dungeon;   /* True if player is leaving the dungeon */