X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fsystem%2Fplayer-type-definition.h;h=a823c3c62a3dd21e7028b9ce261d1486ce46f619;hb=d41852ecb60335da72c36fa76cd1ce925f87fbbe;hp=b0e5065488941423b11652f16c92535078d73d4d;hpb=1e61245bc4e5c21d9e1db1a82891ff9dcb3e8128;p=hengbandforosx%2Fhengbandosx.git diff --git a/src/system/player-type-definition.h b/src/system/player-type-definition.h index b0e506548..a823c3c62 100644 --- a/src/system/player-type-definition.h +++ b/src/system/player-type-definition.h @@ -70,7 +70,6 @@ public: int16_t arena_number{}; /* monster number in on_defeat_arena_monster -KMW- */ bool phase_out{}; /*!< フェイズアウト状態(闘技場観戦状態などに利用、NPCの処理の対象にならず自身もほとんどの行動ができない) */ - DUNGEON_IDX dungeon_idx{}; /* current dungeon index */ POSITION wilderness_x{}; /* Coordinates in the wilderness */ POSITION wilderness_y{}; bool wild_mode{};