summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 07:31:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 07:31:05 +0000
commitb58a21bf335b11358befdec0a035da2706f8f9ae (patch)
tree183abf00e925c2c61584d70aeccb7be6f9dc39d4 /crawl-ref/source/mon-util.h
parente0a29b1ce8b7f311412a0f5ee669f4ad036bf7c1 (diff)
downloadcrawl-ref-b58a21bf335b11358befdec0a035da2706f8f9ae.tar.gz
crawl-ref-b58a21bf335b11358befdec0a035da2706f8f9ae.zip
Add a few last monster speed cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9388 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 913053930a..8ad2d0da56 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -625,7 +625,7 @@ int mons_weight(int mc);
* called from: monplace mon-util
* *********************************************************************** */
int mons_class_speed(int mc);
-int mons_speed(const monsters *mon);
+int mons_class_zombie_speed(int mc);
// last updated 12may2000 {dlb}