summaryrefslogtreecommitdiff
path: root/src/options.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:42 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:42 +0100
commit8cd6cfab594fb2f93ae655509b5f1399cfa34089 (patch)
tree6f9687f00b1b7cef0ef5e97d85eed6b8abea35ad /src/options.cc
parent09c129b63548338b120d54915153ae9321f51a76 (diff)
Split "ToME options" out into options.{cc,hpp}
Diffstat (limited to 'src/options.cc')
-rw-r--r--src/options.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/options.cc b/src/options.cc
index d3feb7b2..095df037 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -67,3 +67,14 @@ bool_ view_yellow_lite; /* Use special colors for torch-lit grids */
bool_ view_bright_lite; /* Use special colors for 'viewable' grids */
bool_ view_granite_lite; /* Use special colors for wall grids (slow) */
bool_ view_special_lite; /* Use special colors for floor grids (slow) */
+
+//
+// Option Set 5 - ToME options
+//
+bool_ linear_stats;
+bool_ player_char_health; /* Display the player as a special symbol when in bad health ? */
+bool_ option_ingame_help; /* Ingame contextual help */
+bool_ auto_more; /* Auto more */
+bool_ inventory_no_move; /* In inventory option window, just erase the letters,
+ * rather that displaying the list without the invalid
+ * selections */