summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 01:24:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 01:24:48 +0000
commitcbfad48615cb564ee40c1ceba10f7d2df4caa2a8 (patch)
tree73397ea0d0334046b593249079671383da55d681 /crawl-ref/source/spells4.h
parentd2fccb02f632f2c70da8d25d6bb90cac62311c3d (diff)
downloadcrawl-ref-cbfad48615cb564ee40c1ceba10f7d2df4caa2a8.tar.gz
crawl-ref-cbfad48615cb564ee40c1ceba10f7d2df4caa2a8.zip
Cleaned up Apportation, fixed a few bugs in it too.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8346 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 77cff2ffb3..475180820f 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -35,7 +35,7 @@ bool cast_fragmentation(int powc, const dist& spd);
void cast_twist(int powc);
void cast_far_strike(int powc);
void cast_swap(int powc);
-int cast_apportation(int powc);
+bool cast_apportation(int powc, const coord_def& where);
void cast_ignite_poison(int pow);
void cast_intoxicate(int pow);
void cast_mass_sleep(int pow);