summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 17:42:56 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 17:42:56 +0000
commit4a591f576e92c1aaba8a2bebff490ca1d2d46bd2 (patch)
tree5a1a55c1bb54a04d04e80f5277e875288f66b670 /crawl-ref/source/beam.h
parent26e7da694c06b16e51c76c9a804c72bcf3cc8360 (diff)
downloadcrawl-ref-4a591f576e92c1aaba8a2bebff490ca1d2d46bd2.tar.gz
crawl-ref-4a591f576e92c1aaba8a2bebff490ca1d2d46bd2.zip
[1829067] Fixed mephitic cloud not setting enchantment owner correctly on affected monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2833 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 78b3eaf484..028018a47f 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -132,7 +132,7 @@ struct bolt
int ench_power, hit;
int target_x, target_y; // intended target
coord_def pos; // actual position
- char thrower; // what kind of thing threw this?
+ killer_type thrower; // what kind of thing threw this?
char ex_size; // explosion radius (0==none)
int beam_source; // NON_MONSTER or monster index #
std::string name;