summaryrefslogtreecommitdiff
path: root/src/tables.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/tables.cc
parent56d0f51e60757a0ebded8dd94663441b5501485c (diff)
Remove the stack_force_* and stack_allow_* options
We now behave as if they were all true.
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/tables.cc b/src/tables.cc
index 20d24966..b3b616bb 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -1400,12 +1400,6 @@ option_type option_info[] =
{ &depth_in_feet, FALSE, 1, 8,
"depth_in_feet", "Show dungeon level in feet" },
- { &stack_force_notes, TRUE, 1, 9,
- "stack_force_notes", "Merge inscriptions when stacking" },
-
- { &stack_force_costs, FALSE, 1, 10,
- "stack_force_costs", "Merge discounts when stacking" },
-
{ &ring_bell, FALSE, 1, 18,
"ring_bell", "Audible bell (on errors, etc)" },
/* Changed to default to FALSE -- it's so extremely annoying!!! -TY */
@@ -1483,12 +1477,6 @@ option_type option_info[] =
{ &auto_scum, TRUE, 3, 1,
"auto_scum", "Auto-scum for good levels" },
- { &stack_allow_items, TRUE, 3, 2,
- "stack_allow_items", "Allow weapons and armour to stack" },
-
- { &stack_allow_wands, TRUE, 3, 3,
- "stack_allow_wands", "Allow wands/staffs/rods to stack" },
-
{ &expand_look, FALSE, 3, 4,
"expand_look", "Expand the power of the look command" },