summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-04 02:07:44 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-03-04 02:07:44 +0100
commit3e462fffd7abdf92a2c18ad7ae672f70b93ea58f (patch)
tree55bca6e521852b3a2c43fbf79bbe33e537bfd637 /crawl-ref/source/spl-other.cc
parentee3105489030fa3a56b146f5650742dcdc2bda46 (diff)
downloadcrawl-ref-3e462fffd7abdf92a2c18ad7ae672f70b93ea58f.tar.gz
crawl-ref-3e462fffd7abdf92a2c18ad7ae672f70b93ea58f.zip
Make two _functions actually static.
Diffstat (limited to 'crawl-ref/source/spl-other.cc')
-rw-r--r--crawl-ref/source/spl-other.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-other.cc b/crawl-ref/source/spl-other.cc
index 24cc367ce1..7822c11564 100644
--- a/crawl-ref/source/spl-other.cc
+++ b/crawl-ref/source/spl-other.cc
@@ -228,7 +228,7 @@ void start_recall(int type)
// Attempt to recall a single monster by mid, which might be either on or off
// our current level. Returns whether this monster was successfully recalled.
-bool _try_recall(mid_t mid)
+static bool _try_recall(mid_t mid)
{
monster* mons = monster_by_mid(mid);
// Either it's dead or off-level.