summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-07 11:10:16 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-07 11:10:16 +0000
commit361c9481bd37fc56fbbaac0d34c9e5c82af0b931 (patch)
tree211da3dcd514f8901eb654365e4fb51d8309431a /crawl-ref/source/branch.h
parent14c66301ea2ed5a18dbcf15c314781acd5d9e985 (diff)
downloadcrawl-ref-361c9481bd37fc56fbbaac0d34c9e5c82af0b931.tar.gz
crawl-ref-361c9481bd37fc56fbbaac0d34c9e5c82af0b931.zip
Preliminary refactoring in dungeon creation code.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1255 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 1cb0cfc997..e98e288e55 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -25,6 +25,8 @@ struct Branch
const char* longname; // "The Pits of Slime"
const char* abbrevname; // "Slime"
const char* entry_message;
+ bool has_shops;
+ bool has_uniques;
char floor_colour; // Zot needs special handling
char rock_colour;
int (*mons_rarity_function)(int);