summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-31 13:44:57 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-31 13:44:57 +0000
commit8f1be2e5a8ba70f6814a370e9297fbd6321d6aa2 (patch)
tree3b115e154b3a93a38bc5e8e066c117fad6801841 /crawl-ref/source/spells4.h
parent975dfb5b89862bcd298805c206ad1cc2ac34f048 (diff)
downloadcrawl-ref-8f1be2e5a8ba70f6814a370e9297fbd6321d6aa2.tar.gz
crawl-ref-8f1be2e5a8ba70f6814a370e9297fbd6321d6aa2.zip
s/portaled/portal
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2707 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 4a0b745d05..55535bf37a 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -62,6 +62,6 @@ void cast_shuggoth_seed(int powc);
void make_shuggoth(int x, int y, int hp);
int cast_semi_controlled_blink(int pow);
-bool cast_portaled_projectile(int pow, bolt& beam);
+bool cast_portal_projectile(int pow, bolt& beam);
#endif