summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-25 22:52:22 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-26 12:52:29 +0100
commit0da678df97314b19afc1fc883fbc6173917326a9 (patch)
tree67d25713a3a088296ebd68f414a68004e1ba2045 /crawl-ref/source/spl-miscast.h
parent93ca19a0b9935ae57b3089b6b4f866ee9350885b (diff)
downloadcrawl-ref-0da678df97314b19afc1fc883fbc6173917326a9.tar.gz
crawl-ref-0da678df97314b19afc1fc883fbc6173917326a9.zip
Store the blame when clouds are placed.
The kill type and kill category are still needed only because we currently lose blame data when the agent dies or moves off-level.
Diffstat (limited to 'crawl-ref/source/spl-miscast.h')
-rw-r--r--crawl-ref/source/spl-miscast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-miscast.h b/crawl-ref/source/spl-miscast.h
index ea61f78abf..b3ece2456d 100644
--- a/crawl-ref/source/spl-miscast.h
+++ b/crawl-ref/source/spl-miscast.h
@@ -73,6 +73,7 @@ private:
int kill_source;
actor* act_source;
+ actor* guilty;
bool source_known;
bool target_known;