OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / game-option / disturbance-options.c
1 #include "game-option/disturbance-options.h"
2
3 bool find_ignore_stairs; /* Run past stairs */
4 bool find_ignore_doors; /* Run through open doors */
5 bool find_cut; /* Run past known corners */
6 bool check_abort; /* Check for user abort while in repeated command */
7 bool flush_failure; /* Flush input on various failures */
8 bool flush_disturb; /* Flush input whenever disturbed */
9 bool disturb_move; /* Disturb whenever any monster moves */
10 bool disturb_high; /* Disturb whenever high-level monster moves */
11 bool disturb_near; /* Disturb whenever viewable monster moves */
12 bool disturb_pets; /* Disturb when visible pets move */
13 bool disturb_panel; /* Disturb whenever map panel changes */
14 bool disturb_state; /* Disturb whenever player state changes */
15 bool disturb_minor; /* Disturb whenever boring things happen */
16 bool ring_bell; /* Audible bell (on errors, etc) */
17 bool disturb_trap_detect; /* Disturb when leaving trap detected area */
18 bool alert_trap_detect; /* Alert when leaving trap detected area */