OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / game-option / input-options.c
1 #include "game-option/input-options.h"
2
3 bool rogue_like_commands; /* Rogue-like commands */
4 bool always_pickup; /* Pick things up by default */
5 bool carry_query_flag; /* Prompt before picking things up */
6 bool quick_messages; /* Activate quick messages */
7 bool auto_more; /* Automatically clear '-more-' prompts */
8 bool command_menu; /* Enable command selection menu */
9 bool other_query_flag; /* Prompt for floor item selection */
10 bool use_old_target; /* Use old target by default */
11 bool always_repeat; /* Repeat obvious commands */
12 bool confirm_destroy; /* Prompt for destruction of known worthless items */
13 bool confirm_wear; /* Confirm to wear/wield known cursed items */
14 bool confirm_quest; /* Prompt before exiting a quest level */
15 bool target_pet; /* Allow targeting pets */
16 bool easy_open; /* Automatically open doors */
17 bool easy_disarm; /* Automatically disarm traps */
18 bool easy_floor; /* Display floor stacks in a list */
19 bool use_command; /* Allow unified use command */
20 bool over_exert; /* Allow casting spells when short of mana */
21 bool numpad_as_cursorkey; /* Use numpad keys as cursor key in editor mode */