OSDN Git Service

[Refactor] #37353 inside_arena を player_type から floor_type へ移動. / Move inside_arena...
[hengband/hengband.git] / src / wizard2.c
index de3a490..076aac7 100644 (file)
@@ -1440,7 +1440,7 @@ static void do_cmd_wiz_jump(player_type *creature_ptr)
        prepare_change_floor_mode(CFM_RAND_PLACE);
 
        if (!p_ptr->current_floor_ptr->dun_level) creature_ptr->dungeon_idx = 0;
-       creature_ptr->inside_arena = FALSE;
+       creature_ptr->current_floor_ptr->inside_arena = FALSE;
        creature_ptr->wild_mode = FALSE;
 
        leave_quest_check();