summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 21:24:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 21:24:37 +0000
commit879381b4e68347b743d5fd69b4ccfa9dfd5162bb (patch)
tree6613b946fa5ab7f419b53beb122ae6f0ad3762e7 /crawl-ref/source/spells4.h
parent630b860361ef96c367743da0da276f320209e61d (diff)
downloadcrawl-ref-879381b4e68347b743d5fd69b4ccfa9dfd5162bb.tar.gz
crawl-ref-879381b4e68347b743d5fd69b4ccfa9dfd5162bb.zip
Fix 2032476: improve interface for Lee's Rapid Deconstruction.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6742 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 74119aa1b4..e4ed0d3977 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -33,7 +33,7 @@ void cast_discharge(int pow);
bool cast_evaporate(int pow, bolt& beem, int potion);
void cast_fulsome_distillation(int powc);
void cast_forescry(int pow);
-void cast_fragmentation(int powc);
+bool cast_fragmentation(int powc, const dist& spd);
void cast_twist(int powc);
void cast_far_strike(int powc);
void cast_swap(int powc);