summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 10:11:58 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-20 10:11:58 +0000
commit64707c2d565008f6c5fea165df96bc4c4c9e4be0 (patch)
treea12f74236fed3fd248fb902186575eab16f75d37 /crawl-ref/source/externs.h
parent2741951b4396d2b9aa697fe2801502b35fbf7d3f (diff)
downloadcrawl-ref-64707c2d565008f6c5fea165df96bc4c4c9e4be0.tar.gz
crawl-ref-64707c2d565008f6c5fea165df96bc4c4c9e4be0.zip
Delays now give their startup messages when they start, rather than
when they are pushed onto the queue. Fixes 1797499. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2161 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index e6dee9a54d..526bf96b92 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -318,6 +318,7 @@ struct delay_queue_item
int duration;
int parm1;
int parm2;
+ bool started;
};