summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-19 19:16:00 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-19 19:44:00 +0100
commiteaee803a78f92d313d16a6f054c447754a052137 (patch)
tree69e47ebca152f0b8deac3f1d13072019122e0525 /src/tables.c
parent56d359f285b8c73a9fb752f6fb4cd00ecaecba6e (diff)
ALLOW_{EASY_OPEN,EASY_DISARM,REPEAT} code is no longer conditional.
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tables.c b/src/tables.c
index 718fe139..c4bb1930 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -1466,15 +1466,11 @@ option_type option_info[] =
{ &disturb_pets, FALSE, 2, 17,
"disturb_pets", "Disturb when visible pets move" },
-#ifdef ALLOW_EASY_OPEN
{ &easy_open, TRUE, 2, 18,
"easy_open", "Automatically open doors" },
-#endif /* ALLOW_EASY_OPEN */
-#ifdef ALLOW_EASY_DISARM
{ &easy_disarm, TRUE, 2, 19,
"easy_disarm", "Automatically disarm traps" },
-#endif /* ALLOW_EASY_DISARM */
{ &easy_tunnel, FALSE, 2, 20,
"easy_tunnel", "Automatically tunnel walls" },