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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 0054550a91..c4923c1ef7 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -1280,10 +1280,10 @@ void game_options::read_option_line(const std::string &str, bool runscript)
&& key != "stop_travel" && key != "sound"
&& key != "travel_stop_message"
&& key != "drop_filter" && key != "lua_file"
- && key != "note_items" && key != "autoinscribe"
- && key != "note_monsters" && key != "note_messages"
+ && key != "note_items" && key != "autoinscribe"
+ && key != "note_monsters" && key != "note_messages"
&& key.find("cset") != 0 && key != "dungeon"
- && key != "feature")
+ && key != "feature" && key != "fire_items_start")
{
tolower_string( field );
}