summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.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/mstuff2.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/mstuff2.h')
-rw-r--r--crawl-ref/source/mstuff2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.h b/crawl-ref/source/mstuff2.h
index d168e2b946..1feec60af6 100644
--- a/crawl-ref/source/mstuff2.h
+++ b/crawl-ref/source/mstuff2.h
@@ -85,7 +85,7 @@ void mons_trap(monsters *monster);
/* ***********************************************************************
* called from: beam - fight - files - monstuff - mstuff2 - spells4
* *********************************************************************** */
-void monster_teleport(monsters *monster, bool instan,
+void monster_teleport(monsters *monster, bool instan,
bool silent = false);