summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-04 20:36:12 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-04 20:36:12 +0000
commitad41e88ccde026ea8da10551d2e373a6585c5105 (patch)
tree2f39b71a857fd5b05b9fb8dc831ecf5159bdab43 /crawl-ref/source/initfile.cc
parenta615f8180b1c4ed6b6e055f1a5fdc24737af5d14 (diff)
downloadcrawl-ref-ad41e88ccde026ea8da10551d2e373a6585c5105.tar.gz
crawl-ref-ad41e88ccde026ea8da10551d2e373a6585c5105.zip
Fix [2661474]: note_all_skill_levels was being ignored.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9327 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index d4d5f1d25f..30a7db281d 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -2454,6 +2454,7 @@ void game_options::read_option_line(const std::string &str, bool runscript)
// field is already cleaned up from trim_string()
user_note_prefix = field;
}
+ else BOOL_OPTION(note_all_skill_levels);
else BOOL_OPTION(note_skill_max);
else BOOL_OPTION(note_all_spells);
else BOOL_OPTION(delay_message_clear);