summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-10 14:21:22 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-17 13:29:49 -0400
commite5ebe08aa633c862a0352f92b1354febdf3881a0 (patch)
tree7a829d81db682533d9326cfbc8000202d004ae07 /crawl-ref/source/l_option.cc
parent3a74de583ef27cd1ccc8524d0145ec685f8357ca (diff)
downloadcrawl-ref-e5ebe08aa633c862a0352f92b1354febdf3881a0.tar.gz
crawl-ref-e5ebe08aa633c862a0352f92b1354febdf3881a0.zip
Replace easy_open with travel_open_doors.
If set to false, travel will stop in front of doors (much like the previous behavior if easy_open was set to false).
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 a8b7ad45b6..64a507dc50 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -44,7 +44,7 @@ static option_handler handlers[] =
// Boolean options come first
{ "autoswitch", &Options.auto_switch, option_hboolean },
{ "show_uncursed", &Options.show_uncursed, option_hboolean },
- { "easy_open", &Options.easy_open, option_hboolean },
+ { "travel_open_doors", &Options.travel_open_doors, option_hboolean },
{ "easy_armour", &Options.easy_unequip, option_hboolean },
{ "easy_unequip", &Options.easy_unequip, option_hboolean },
{ "autopickup_no_burden", &Options.autopickup_no_burden, option_hboolean },