summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDracoOmega <a@a.com>2012-10-08 01:17:32 -0230
committerBrendan Hickey <brendan@bhickey.net>2012-12-09 12:59:52 -0800
commit4bd995eea6f6fe81540e7470869cab2baf8a60dd (patch)
treeb83a7a9f90bde194d1c48ef4daec52251162d687 /crawl-ref/source/mon-abil.h
parentfb639aa5450cc3ef0e374b15b2f9e65ca6143532 (diff)
downloadcrawl-ref-4bd995eea6f6fe81540e7470869cab2baf8a60dd.tar.gz
crawl-ref-4bd995eea6f6fe81540e7470869cab2baf8a60dd.zip
Refactoring of tentacle code
Only partially done, but some stuff commited now since I fear that some of the next bits may break things.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 9620beb863..74e5823866 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -22,7 +22,7 @@ void activate_ballistomycetes(monster* mons, const coord_def & origin,
bool player_kill);
bool valid_kraken_connection(const monster* mons);
-void move_kraken_tentacles(monster * kraken);
+void move_child_tentacles(monster * kraken);
void move_demon_tentacle(monster * tentacle);
#endif