OSDN Git Service

[Refactor] #37353 賭け闘技場に関する定義を bldg.c/h へ移動.
[hengband/hengband.git] / src / variable.c
index 4e39864..1599975 100644 (file)
@@ -394,11 +394,6 @@ int highscore_fd = -1;
 
 bool can_save = FALSE;        /* Game can be saved */
 
-MONRACE_IDX battle_mon[4];
-int sel_monster;
-int battle_odds;
-PRICE kakekin;
-u32b mon_odds[4];
 
 MONSTER_IDX pet_t_m_idx;
 MONSTER_IDX riding_t_m_idx;
@@ -412,8 +407,6 @@ u32b start_time;
 bool sukekaku;
 bool new_mane;
 
-bool mon_fight;
-
 bool generate_encounter;
 
 concptr screen_dump = NULL;