OSDN Git Service

[Fix] need_term_freshの引数忘れ
[hengband/hengband.git] / src / game-option / game-play-options.h
index 7f993ac..5c3e09a 100644 (file)
@@ -7,9 +7,10 @@ extern bool stack_force_costs; /* Merge discounts when stacking */
 extern bool expand_list; /* Expand the power of the list commands */
 extern bool small_levels; /* Allow unusually small dungeon levels */
 extern bool always_small_levels; /* Always create unusually small dungeon levels */
-extern bool empty_levels; /* Allow empty 'arena' levels */
+extern bool empty_levels; /* Allow empty 'on_defeat_arena_monster' levels */
 extern bool bound_walls_perm; /* Boundary walls become 'permanent wall' */
 extern bool last_words; /* Leave last words when your character dies */
+extern bool auto_dump; /* Dump a character record automatically */
 #ifdef WORLD_SCORE
 extern bool send_score; /* Send score dump to the world score server */
 #endif