From 95367a34cdd01b1e436f31a169626f68175330c4 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 7 Apr 2007 15:42:57 +0000 Subject: More refactoring. Removed the limit on how many monsters can be generated as I don't think it was ever being reached. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1257 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/branch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/branch.h') diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h index e98e288e55..8246f7128c 100644 --- a/crawl-ref/source/branch.h +++ b/crawl-ref/source/branch.h @@ -38,4 +38,6 @@ struct Branch extern Branch branches[]; +Branch& your_branch(); + #endif -- cgit v1.2.3-54-g00ecf