summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 22:28:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 22:28:47 +0000
commitdc9818f51f12decc30475d7d616f5ae4313e509d (patch)
treef6e90c8054778e7102c3ef95b2449841d9f73ebf /crawl-ref/source/spells4.h
parentd1423a8d90ec1e344c2504890d8ce164ba101324 (diff)
downloadcrawl-ref-dc9818f51f12decc30475d7d616f5ae4313e509d.tar.gz
crawl-ref-dc9818f51f12decc30475d7d616f5ae4313e509d.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9482 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index 15f80501e0..992bb02a94 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -28,7 +28,7 @@ void cast_divine_shield();
void cast_detect_secret_doors(int pow);
void cast_discharge(int pow);
bool cast_evaporate(int pow, bolt& beem, int potion);
-void cast_fulsome_distillation(int powc);
+void cast_fulsome_distillation(int pow);
void cast_forescry(int pow);
bool cast_fragmentation(int powc, const dist& spd);
bool cast_apportation(int powc, const coord_def& where);