summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-21 22:52:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-21 22:52:28 +0000
commit3be00a5bc45837b5aa84e0c45a466a96122736ea (patch)
treee5c0575ea38e878e22cf15036fa500396e40044c /crawl-ref/source/misc.h
parent7a28aa3eb4eb379870421f057d04b5171a806f35 (diff)
downloadcrawl-ref-3be00a5bc45837b5aa84e0c45a466a96122736ea.tar.gz
crawl-ref-3be00a5bc45837b5aa84e0c45a466a96122736ea.zip
Since mons_inside_circle() is only used by Zin's Sanctuary and TSO's
halo, both of which are in spells3.cc, move it there and make it static, at least for now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3796 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index aaf4b86f16..04b6713bb8 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -130,6 +130,4 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai,
void reveal_secret_door(int x, int y);
-int mons_inside_circle(int posx, int posy, int radius);
-
#endif