summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-01-04 14:47:39 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-01-04 14:47:39 +0100
commit31ec56c1823dd5a91edd27c22c050a9b6c62c99b (patch)
treea13350ccddfc1e298c0fff5f9e58295290686ee9 /crawl-ref/source/l_option.cc
parent9767ea5576dd32004b4a0db0584fa96497a234fc (diff)
downloadcrawl-ref-31ec56c1823dd5a91edd27c22c050a9b6c62c99b.tar.gz
crawl-ref-31ec56c1823dd5a91edd27c22c050a9b6c62c99b.zip
Replace option delay_message_clear by clear_messages.
It's not implemented yet.
Diffstat (limited to 'crawl-ref/source/l_option.cc')
-rw-r--r--crawl-ref/source/l_option.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_option.cc b/crawl-ref/source/l_option.cc
index 044e9703e9..c5b6f27e6c 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -47,7 +47,7 @@ static option_handler handlers[] =
{ "default_target", &Options.default_target, option_hboolean },
{ "autopickup_no_burden", &Options.autopickup_no_burden, option_hboolean },
{ "note_skill_max", &Options.note_skill_max, option_hboolean },
- { "delay_message_clear", &Options.delay_message_clear, option_hboolean },
+ { "clear_messages", &Options.clear_messages, option_hboolean },
{ "no_dark_brand", &Options.no_dark_brand, option_hboolean },
{ "auto_list", &Options.auto_list, option_hboolean },
{ "pickup_thrown", &Options.pickup_thrown, option_hboolean },