summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index ef7bf4b03b..6be9c94139 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2687,6 +2687,7 @@ static bool initialise(void)
seed_rng();
init_overmap(); // in overmap.cc (duh?)
clear_ids(); // in itemname.cc
+ init_char_table(Options.char_set);
init_feature_table();
init_properties();
@@ -2803,6 +2804,7 @@ static bool initialise(void)
you.your_name[kNameLen - 1] = 0;
// In case Lua changed the character set.
+ init_char_table(Options.char_set);
init_feature_table();
#endif
viewwindow(1, false); // This just puts the view up for the first turn.