From 278d5e8a894b48f0773b7546e7b4be45048264b1 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Thu, 7 Jan 2010 11:14:16 +0530 Subject: Crawl now checks for the availability of branch ending vaults before starting up. --- crawl-ref/source/main.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/main.cc') diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc index 4f22615c92..d714d64d12 100644 --- a/crawl-ref/source/main.cc +++ b/crawl-ref/source/main.cc @@ -3765,6 +3765,8 @@ static bool _initialise(void) if (crawl_state.build_db) end(0); + sanity_check_maps(); + cio_init(); // System initialisation stuff. -- cgit v1.2.3-54-g00ecf