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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index ce56d5b0fc..9d9bfa4ba8 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -631,8 +631,8 @@ void reset_options(bool clear_name)
// Clear vector options.
Options.dump_order.clear();
- add_dump_fields("header,stats,misc,notes,inventory,skills,"
- "spells,mutations,messages,screenshot,kills");
+ add_dump_fields("header,stats,misc,inventory,skills,"
+ "spells,mutations,messages,screenshot,kills,notes");
Options.banned_objects.clear();
Options.note_monsters.clear();