OSDN Git Service

[Fix] need_term_freshの引数忘れ
[hengband/hengband.git] / src / game-option / special-options.c
1 #include "game-option/special-options.h"
2
3 byte hitpoint_warn; /* Hitpoint warning (0 to 9) */
4 byte mana_warn; /* Mana color (0 to 9) */
5 byte delay_factor; /* Delay factor (0 to 9) */
6 bool autosave_l; /* Autosave before entering new levels */
7 bool autosave_t; /* Timed autosave */
8 s16b autosave_freq; /* Autosave frequency */
9 bool use_sound; /* The "sound" mode is enabled */
10 bool use_music; /* The "music" mode is enabled */
11 bool use_graphics; /* The "graphics" mode is enabled */
12 bool use_bigtile = FALSE;