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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index c4923c1ef7..f00b30b004 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -1283,7 +1283,8 @@ void game_options::read_option_line(const std::string &str, bool runscript)
&& key != "note_items" && key != "autoinscribe"
&& key != "note_monsters" && key != "note_messages"
&& key.find("cset") != 0 && key != "dungeon"
- && key != "feature" && key != "fire_items_start")
+ && key != "feature" && key != "fire_items_start"
+ && key != "menu_colour" && key != "menu_color")
{
tolower_string( field );
}