summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.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/enum.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/enum.h')
-rw-r--r--crawl-ref/source/enum.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index af55054702..149ae24fd4 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -481,6 +481,13 @@ enum branch_type // you.where_are_you
NUM_BRANCHES
};
+enum builder_rc_type
+{
+ BUILD_QUIT = -1, // all done, don't continue
+ BUILD_SKIP = 1, // skip further generation
+ BUILD_CONTINUE = 0 // continue generation
+};
+
enum burden_state_type // you.burden_state
{
BS_UNENCUMBERED, // 0