OSDN Git Service

[Refactor] #37353 inside_arena を player_type から floor_type へ移動. / Move inside_arena...
[hengband/hengband.git] / src / floor.h
index e4842cc..3d18b0b 100644 (file)
@@ -124,6 +124,7 @@ typedef struct {
 
        bool monster_noise;
        QUEST_IDX inside_quest;         /* Inside quest level */
+       bool inside_arena;              /* Is character inside arena? */
 
 } floor_type;