summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index ffb56cf046..e36fa10a01 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -898,6 +898,11 @@ game_start:
fix_up_jiyva_name();
_save_newgame_options();
+
+ // Pretend that a savefile was just loaded, in order to
+ // get things setup properly.
+ SavefileCallback::post_restore();
+
return (true);
}