summaryrefslogtreecommitdiff
path: root/src/variable.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/variable.cc
parentf1201c42f06adfc6690145918b117cc48aa08f9b (diff)
Move "Birth options" to options.{cc,hpp}
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/variable.cc b/src/variable.cc
index f9bdbc96..3307dbbe 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -942,14 +942,8 @@ s16b doppleganger;
/* To allow wilderness encounters */
bool_ generate_encounter;
-/* Autoroler */
-bool_ autoroll;
-
-/* Point based */
-bool_ point_based;
-
-/* Preserve, special levels, ironman_rooms */
-bool_ preserve, special_lvls, ironman_rooms;
+/* Special levels */
+bool_ special_lvls;
/*
* Such an ugly hack ...
@@ -959,11 +953,6 @@ bool_ *k_allow_special;
bool_ *a_allow_special;
/*
- * Which monsters are allowed ?
- */
-bool_ joke_monsters;
-
-/*
* Center view
*/
bool_ center_player = FALSE;
@@ -979,11 +968,6 @@ s16b plots[MAX_PLOTS];
random_quest random_quests[MAX_RANDOM_QUEST];
/*
- * Fated ?
- */
-bool_ fate_option;
-
-/*
* Special levels
*/
bool_ *special_lvl[MAX_DUNGEON_DEPTH];