From f3dd1c1ca8c0414576ea2b465a8657d550a3cfea Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Thu, 7 Jan 2010 13:51:58 +0530 Subject: Move map sanity checks into read_maps. --- crawl-ref/source/main.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/main.cc') diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc index d714d64d12..4f22615c92 100644 --- a/crawl-ref/source/main.cc +++ b/crawl-ref/source/main.cc @@ -3765,8 +3765,6 @@ 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