OSDN Git Service

[Fix] need_term_freshの引数忘れ
[hengband/hengband.git] / src / game-option / game-play-options.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool stack_force_notes; /* Merge inscriptions when stacking */
6 extern bool stack_force_costs; /* Merge discounts when stacking */
7 extern bool expand_list; /* Expand the power of the list commands */
8 extern bool small_levels; /* Allow unusually small dungeon levels */
9 extern bool always_small_levels; /* Always create unusually small dungeon levels */
10 extern bool empty_levels; /* Allow empty 'on_defeat_arena_monster' levels */
11 extern bool bound_walls_perm; /* Boundary walls become 'permanent wall' */
12 extern bool last_words; /* Leave last words when your character dies */
13 extern bool auto_dump; /* Dump a character record automatically */
14 #ifdef WORLD_SCORE
15 extern bool send_score; /* Send score dump to the world score server */
16 #endif
17 extern bool allow_debug_opts; /* Allow use of debug/cheat options */