summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-07-18 18:56:01 +0200
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commit7e88e06c6ea90c48c225ac89a7d7685dfa76cd65 (patch)
treec9f796daa671c17bd4d33a5181c0f715b8d30668 /src/variable.cc
parent56d0f51e60757a0ebded8dd94663441b5501485c (diff)
Remove the stack_force_* and stack_allow_* options
We now behave as if they were all true.
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc
index adab0232..89df6cc5 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -193,9 +193,6 @@ bool_ prompt_pickup_heavy; /* Don't pick up the corpses */
bool_ always_repeat; /* Repeat obvious commands */
bool_ depth_in_feet; /* Show dungeon level in feet */
-bool_ stack_force_notes; /* Merge inscriptions when stacking */
-bool_ stack_force_costs; /* Merge discounts when stacking */
-
bool_ ring_bell; /* Ring the bell (on errors, etc) */
@@ -233,9 +230,6 @@ bool_ disturb_pets; /* Pets moving nearby disturb us */
bool_ auto_scum; /* Auto-scum for good levels */
-bool_ stack_allow_items; /* Allow weapons and armor to stack */
-bool_ stack_allow_wands; /* Allow wands/staffs/rods to stack */
-
bool_ expand_look; /* Expand the power of the look command */
bool_ expand_list; /* Expand the power of the list commands */