summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
commitb79748d8a9e10919a169fd682baf6e339d4e7a19 (patch)
treebc8228780b28f6e034f8bfce971a7b3e8f82a9eb /src
parent71a820e7298a670c13bd68cb3e6f2274a4dc3ba9 (diff)
Remove disturb_detect option
It serves no purpose now that traps are gone.
Diffstat (limited to 'src')
-rw-r--r--src/options.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 421a11f3..c1ac35a9 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -31,7 +31,6 @@ struct options {
bool_ disturb_move = FALSE; /* Disturb whenever any monster moves */
bool_ disturb_near = TRUE; /* Disturb whenever viewable monster moves */
bool_ disturb_panel = TRUE; /* Disturb whenever map panel changes */
- bool_ disturb_detect = TRUE; /* Disturb whenever leaving trap-detected area */
bool_ disturb_state = TRUE; /* Disturn whenever player state changes */
bool_ disturb_minor = TRUE; /* Disturb whenever boring things happen */
bool_ disturb_other = FALSE; /* Disturb whenever various things happen */
@@ -131,7 +130,6 @@ struct options {
{ &disturb_move , 2, 4, "disturb_move" , "Disturb whenever any monster moves" },
{ &disturb_near , 2, 5, "disturb_near" , "Disturb whenever viewable monster moves" },
{ &disturb_panel , 2, 6, "disturb_panel" , "Disturb whenever map panel changes" },
- { &disturb_detect , 2, 21, "disturb_detect" , "Disturb whenever leaving trap-detected area" },
{ &disturb_state , 2, 7, "disturb_state" , "Disturb whenever player state changes" },
{ &disturb_minor , 2, 8, "disturb_minor" , "Disturb whenever boring things happen" },
{ &disturb_other , 2, 9, "disturb_other" , "Disturb whenever random things happen" },