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
commit50a8089bb44ffeb21b9f8bca2c3b6596b617e0d0 (patch)
treeba6063941f30194177258ea5199c7b39d3f664c5 /src/options.cc
parentf1201c42f06adfc6690145918b117cc48aa08f9b (diff)
Move "Birth options" to options.{cc,hpp}
Diffstat (limited to 'src/options.cc')
-rw-r--r--src/options.cc12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/options.cc b/src/options.cc
index 095df037..7acea8ce 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -31,7 +31,6 @@ bool_ alert_failure; /* Alert user to various failures */
bool_ last_words; /* Get last words upon dying */
bool_ small_levels; /* Allow unusually small dungeon levels */
bool_ empty_levels; /* Allow empty 'arena' levels */
-bool_ always_small_level; /* Small levels */
bool_ confirm_stairs; /* Prompt before staircases... */
bool_ wear_confirm; /* Confirm before putting on known cursed items */
bool_ disturb_pets; /* Pets moving nearby disturb us */
@@ -78,3 +77,14 @@ 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 */
+
+//
+// Option Set 6 - Birth options
+//
+bool_ always_small_level;
+bool_ autoroll;
+bool_ fate_option;
+bool_ ironman_rooms;
+bool_ joke_monsters;
+bool_ point_based;
+bool_ preserve;