summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 11:24:15 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 11:24:15 +0000
commit0f4b2b185f31ebaf18f9d1bb0de8d8fd364cdaa8 (patch)
tree395e025414af3b23d74ed2b90ef433326c97f19c /crawl-ref/source/acr.cc
parentd758cad3c69be5d4235119153a592018dbedfbd4 (diff)
downloadcrawl-ref-0f4b2b185f31ebaf18f9d1bb0de8d8fd364cdaa8.tar.gz
crawl-ref-0f4b2b185f31ebaf18f9d1bb0de8d8fd364cdaa8.zip
Added DGL_NAMED_MACRO_FILE option to make life easier for dgamelaunch to keep
user macro files distinct (paxed). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1168 c06c8d41-db1a-0410-9941-cceddc491573
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;