From d686480e6613e1eed62238edc19d51ad7ccddc82 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 14 Mar 2009 00:32:22 +0000 Subject: 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 --- crawl-ref/source/mon-util.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mon-util.h') 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} -- cgit v1.2.3-54-g00ecf