OSDN Git Service

Use "an" as the article in front of "ancient".
[hengbandforosx/hengbandosx.git] / src / game-option / text-display-options.c
1 #include "game-option/text-display-options.h"
2
3 bool plain_descriptions; /* Plain object descriptions */
4 bool plain_pickup; /* Plain pickup messages(japanese only) */
5 bool always_show_list; /* Always show list when choosing items */
6 bool depth_in_feet; /* Show dungeon level in feet */
7 bool show_labels; /* Show labels in object listings */
8 bool show_weights; /* Show weights in object listings */
9 bool show_item_graph; /* Show items graphics */
10 bool equippy_chars; /* Display 'equippy' chars */
11 bool display_mutations; /* Display mutations in 'C'haracter Display */
12 bool compress_savefile; /* Compress messages in savefiles */
13 bool abbrev_extra; /* Describe obj's extra resistances by abbreviation */
14 bool abbrev_all; /* Describe obj's all resistances by abbreviation */
15 bool exp_need; /* Show the experience needed for next level */
16 bool ignore_unview; /* Ignore whenever any monster does */