OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / game-option / game-play-options.c
1 #include "game-option/game-play-options.h"
2
3 bool stack_force_notes; /* Merge inscriptions when stacking */
4 bool stack_force_costs; /* Merge discounts when stacking */
5 bool expand_list; /* Expand the power of the list commands */
6 bool small_levels; /* Allow unusually small dungeon levels */
7 bool always_small_levels; /* Always create unusually small dungeon levels */
8 bool empty_levels; /* Allow empty 'on_defeat_arena_monster' levels */
9 bool bound_walls_perm; /* Boundary walls become 'permanent wall' */
10 bool last_words; /* Leave last words when your character dies */
11 bool auto_dump; /* Dump a character record automatically */
12 bool auto_debug_save; /* Dump a debug savedata every key input */
13 #ifdef WORLD_SCORE
14 bool send_score; /* Send score dump to the world score server */
15 #endif
16 bool allow_debug_opts; /* Allow use of debug/cheat options */