From ebe5e29212f88a4db612ffe5707c08aaa01f818e Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 20 Dec 2006 20:08:15 +0000 Subject: Refactored out branches into branch.h and branch.cc. NOTE: This commit is *buggy*; the final Hell vaults contain buggy runes now. Will fix later; this is a benchmark, since hopefully everything else works. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@682 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/files.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/files.h') diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h index e5cb6b6a6f..b87e4f9bea 100644 --- a/crawl-ref/source/files.h +++ b/crawl-ref/source/files.h @@ -22,12 +22,9 @@ // referenced in files - newgame - ouch - overmap: #define MAX_LEVELS 50 -// referenced in files - newgame - ouch - overmap: -#define MAX_BRANCHES 30 // there must be a way this can be extracted from other data - // referenced in files - newgame - ouch: -extern FixedArray tmp_file_pairs; +extern FixedArray tmp_file_pairs; std::string datafile_path(const std::string &basename); -- cgit v1.2.3-54-g00ecf