From 281255938e3fe3b4489c86eba89ae8da1783c337 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 23 Nov 2008 22:06:04 +0000 Subject: Removed redundant buffer used to go from map_def to env.grid and all the tedious code used to mess with this pointless buffer. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7560 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/newgame.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/newgame.cc') diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc index a477165ac6..6f2dbccc15 100644 --- a/crawl-ref/source/newgame.cc +++ b/crawl-ref/source/newgame.cc @@ -34,6 +34,7 @@ #include "cio.h" #include "command.h" #include "describe.h" +#include "dungeon.h" #include "files.h" #include "fight.h" #include "food.h" -- cgit v1.2.3-54-g00ecf