summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-10 05:46:23 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-10 05:46:23 +0000
commit05117a738c42a28185520d8735cb1bab12dc50a6 (patch)
tree40d667371b2819ea02468e5e92f37ea00c0cffac /crawl-ref/source/branch.h
parent1798905e716ab714da4ec70262532988b58356cd (diff)
downloadcrawl-ref-05117a738c42a28185520d8735cb1bab12dc50a6.tar.gz
crawl-ref-05117a738c42a28185520d8735cb1bab12dc50a6.zip
Removed pointless *level_builder_function from branches[].
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1277 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 8246f7128c..b9fe0774f8 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -31,7 +31,6 @@ struct Branch
char rock_colour;
int (*mons_rarity_function)(int);
int (*mons_level_function)(int);
- void (*level_builder_function)(int);
int altar_chance; // in percent
int travel_shortcut; // which key to press for travel
};