summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-14 17:20:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-14 17:20:52 +0000
commit6a4da2697718db5497d17b552c11448ee47ef52a (patch)
tree5b58a7e2ae864dade17cdf42cf3ef11230516bff /crawl-ref/source/beam.h
parent6dba2ac32df50d8a0d3628fbc65fb81825a96fdd (diff)
downloadcrawl-ref-6a4da2697718db5497d17b552c11448ee47ef52a.tar.gz
crawl-ref-6a4da2697718db5497d17b552c11448ee47ef52a.zip
Fixed mass confusion working only on natural creatures (cbus).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1586 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 3ff7792e47..1b7b164e18 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -54,7 +54,7 @@ int mons_adjust_flavoured( struct monsters *monster, struct bolt &pbolt,
* called from: ability - item_use - spell
* returns true if messages were generated during the enchantment
* *********************************************************************** */
-bool mass_enchantment( int wh_enchant, int pow, int who );
+bool mass_enchantment( enchant_type wh_enchant, int pow, int who );
/* ***********************************************************************