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
commit6f612c6e6cf9b20c00fd2f515d3694d2b7f7f444 (patch)
tree0c090679f4a130f023c22eaf48f66da31afb2dee /src/options.cc
parent50a8089bb44ffeb21b9f8bca2c3b6596b617e0d0 (diff)
Split variables.cc declarations to separate header files
- Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
Diffstat (limited to 'src/options.cc')
-rw-r--r--src/options.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.cc b/src/options.cc
index 7acea8ce..490b0245 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -66,6 +66,7 @@ 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) */
+bool_ center_player; /* Center view on player */
//
// Option Set 5 - ToME options