OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Riding-Teleport' into develop
[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 extern bool auto_debug_save; /* Dump a debug savedata every key input */
15 #ifdef WORLD_SCORE
16 extern bool send_score; /* Send score dump to the world score server */
17 #endif
18 extern bool allow_debug_opts; /* Allow use of debug/cheat options */