summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 335f0e4386..0787629f40 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -1261,7 +1261,7 @@ void dump_map(FILE *fp, bool debug)
char_table_bk = Options.char_table;
init_char_table(CSET_ASCII);
- init_feature_table();
+ init_show_table();
if (debug)
{
@@ -1306,7 +1306,7 @@ void dump_map(FILE *fp, bool debug)
// Restore char and feature tables
Options.char_table = char_table_bk;
- init_feature_table();
+ init_show_table();
}
void dump_map(const char* fname, bool debug)