summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 00:32:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 00:32:22 +0000
commitd686480e6613e1eed62238edc19d51ad7ccddc82 (patch)
treeb40c3b8cc5af144c49edfc7600b588c3a644fffe /crawl-ref/source/mon-util.h
parentd7711166c771976bf2f668e04229539c1028ba06 (diff)
downloadcrawl-ref-d686480e6613e1eed62238edc19d51ad7ccddc82.tar.gz
crawl-ref-d686480e6613e1eed62238edc19d51ad7ccddc82.zip
Really fix monster speed handling, so that enslaved intact souls can
have their speed properly overridden. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9457 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 0454c7fc83..92eacdaf3b 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -624,8 +624,9 @@ int mons_weight(int mc);
/* ***********************************************************************
* called from: monplace mon-util
* *********************************************************************** */
-int mons_class_speed(int mc);
-int mons_class_zombie_speed(int mc);
+int mons_class_base_speed(int mc);
+int mons_class_zombie_base_speed(int zombie_base_mc);
+int mons_base_speed(const monsters *mon);
// last updated 12may2000 {dlb}