summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-28 11:00:24 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-28 11:00:24 +0200
commit94fb9d10d19adb58c490dfd66660527681cc7636 (patch)
tree3430fb54001b126cc051af47b48c05bbd94fdbeb /crawl-ref/source/defines.h
parentbe8ba005985c670d67721fe9e52505cb2ddcc142 (diff)
downloadcrawl-ref-94fb9d10d19adb58c490dfd66660527681cc7636.tar.gz
crawl-ref-94fb9d10d19adb58c490dfd66660527681cc7636.zip
Prefix ZotDef-only constants.
Their names were somewhat too generic.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 623bd06484..86707f33c0 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -31,19 +31,19 @@
typedef uint32_t ucs_t;
// length of a single zot defence cycle
-#define CYCLE_LENGTH 100
+#define ZOTDEF_CYCLE_LENGTH 100
// Waiting time before monsters arrive
-#define CYCLE_INTERVAL 50
+#define ZOTDEF_CYCLE_INTERVAL 50
// peak size of a random spawn
-#define SPAWN_SIZE 1
+#define ZOTDEF_SPAWN_SIZE 1
// Extra power to assign to a boss monster
-#define BOSS_MONSTER_EXTRA_POWER 5
+#define ZOTDEF_BOSS_EXTRA_POWER 5
// number of waves to pass between bosses generated with a rune
-#define FREQUENCY_OF_RUNES 7
+#define ZOTDEF_RUNE_FREQ 7
// max size of inventory array {dlb}:
#define ENDOFPACK 52