summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index e5a6ffcd5d..587a89ba4b 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -734,12 +734,12 @@ void game_options::reset_options()
sc_entries = 0;
sc_format = -1;
- friend_brand = CHATTR_NORMAL;
- stab_brand = CHATTR_NORMAL;
- may_stab_brand = CHATTR_NORMAL;
- heap_brand = CHATTR_REVERSE;
- stair_item_brand = CHATTR_REVERSE;
- trap_item_brand = CHATTR_NORMAL;
+ friend_brand = CHATTR_NORMAL;
+ stab_brand = CHATTR_NORMAL;
+ may_stab_brand = CHATTR_NORMAL;
+ heap_brand = CHATTR_REVERSE;
+ feature_item_brand = CHATTR_REVERSE;
+ trap_item_brand = CHATTR_NORMAL;
no_dark_brand = true;
@@ -1836,7 +1836,7 @@ void game_options::read_option_line(const std::string &str, bool runscript)
}
else if (key == "stair_item_brand")
{
- stair_item_brand = curses_attribute(field);
+ feature_item_brand = curses_attribute(field);
}
else if (key == "trap_item_brand")
{