summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 22:22:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 22:22:51 +0000
commit34fa15a3d231a1614fa2fe72442c595c35700c15 (patch)
treecee6ea4f98398a7df04589a3a1e4a3eafa8e9625 /crawl-ref/source/externs.h
parent0b4c2928101f14b138780d1f7f386b34d0f9f00e (diff)
downloadcrawl-ref-34fa15a3d231a1614fa2fe72442c595c35700c15.tar.gz
crawl-ref-34fa15a3d231a1614fa2fe72442c595c35700c15.zip
Clean up monster speed handling a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9354 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 9f9edf78bc..ffc56ef65e 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1543,7 +1543,6 @@ public:
std::string describe_enchantments() const;
int action_energy(energy_use_type et) const;
- static int base_speed(int mcls);
bool do_shaft();