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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index d293ea9066..d083f087c8 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2873,9 +2873,6 @@ static bool initialise(void)
cio_init();
- // Load macros
- macro_init();
-
// system initialisation stuff:
textbackground(0);
@@ -2891,6 +2888,9 @@ static bool initialise(void)
if (!newc)
restore_game();
+
+ // Load macros
+ macro_init();
game_has_started = true;