summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-25 13:40:20 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-26 22:34:12 +0200
commit12f742fff21f85ff98a3065450b278fc537182ea (patch)
tree5d9fce422f373b751bd0631fb7fdaea5b5c7240b /crawl-ref/source/env.h
parente968cc3fc050c23469e6bcd854bec4196f65be91 (diff)
downloadcrawl-ref-12f742fff21f85ff98a3065450b278fc537182ea.tar.gz
crawl-ref-12f742fff21f85ff98a3065450b278fc537182ea.zip
Delayed level actions -- basic functionality.
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index 47beba27e2..0c6cdd79ae 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -92,6 +92,9 @@ struct crawl_environment
// level_flag_type in enum.h
uint32_t level_flags;
+ // Index into the delayed actions array.
+ unsigned int dactions_done;
+
coord_def sanctuary_pos;
int sanctuary_time;
int forest_awoken_until;