summaryrefslogtreecommitdiff
path: root/src/options.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-23 23:18:19 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-23 23:19:17 +0200
commitc9874a503bc391c815e94b87580b86b1b7ba7cf6 (patch)
tree1fea526a7e5633957c8eb807280a3b390efab66f /src/options.cc
parent3dfd51d15686de33737a58fe74751122f272816a (diff)
Remove 'alert_failure' option
It does nothing interesting anyway.
Diffstat (limited to 'src/options.cc')
-rw-r--r--src/options.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.cc b/src/options.cc
index c59644e3..07dd7869 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -25,7 +25,6 @@ bool_ disturb_detect; /* Disturb whenever leaving trap-detected area */
bool_ disturb_state; /* Disturn whenever player state changes */
bool_ disturb_minor; /* Disturb whenever boring things happen */
bool_ disturb_other; /* Disturb whenever various things happen */
-bool_ alert_failure; /* Alert user to various failures */
bool_ last_words; /* Get last words upon dying */
bool_ small_levels; /* Allow unusually small dungeon levels */
bool_ empty_levels; /* Allow empty 'arena' levels */