OSDN Git Service

「行動前に視界内モンスターリストを更新」オプションを追加
[hengband/hengband.git] / src / gameoption.h
index eae734b..231b7e0 100644 (file)
@@ -56,6 +56,7 @@ extern bool abbrev_extra;     /* Describe obj's extra resistances by abbreviation */
 extern bool abbrev_all;        /* Describe obj's all resistances by abbreviation */
 extern bool exp_need;  /* Show the experience needed for next level */
 extern bool ignore_unview;     /* Ignore whenever any monster does */
+extern bool refresh_mon_list;  /* Refresh monster list before action */
 extern bool show_ammo_detail;  /* Show Description of ammo damage */
 extern bool show_ammo_no_crit; /* Show No-crit damage of ammo */
 extern bool show_ammo_crit_ratio;      /* Show critical ratio of ammo */