summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commite9d57ecb0090655ec46a780dc450bc170abd9068 (patch)
tree731199beac7033acd5c06017c97dbab50a167118 /src/variable.cc
parent2714df02ad4a4b47745caa149561e3a8c821df45 (diff)
Remove easy_{disarm,tunnel,open}
We behave is if the options (in the old code) were set to their defaults, *except* for easy_disarm which is rather dangerous. Because of the dangerousness we behave as if easy_disarm==FALSE, except for picking the "obvious" choice if there is one when using the (D)isarm command.
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/variable.cc b/src/variable.cc
index bc4a5570..7172158d 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -842,11 +842,9 @@ bool_ (*get_mon_num2_hook)(int r_idx);
*/
bool_ (*get_obj_num_hook)(int k_idx);
-
-bool_ easy_open = TRUE;
-bool_ easy_disarm = TRUE;
-bool_ easy_tunnel = FALSE;
-
+/*
+ * Devices
+ */
s32b get_level_max_stick = -1;
s32b get_level_use_stick = -1;