summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/teleport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/teleport.cc')
-rw-r--r--crawl-ref/source/teleport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/teleport.cc b/crawl-ref/source/teleport.cc
index d1f8aeb077..3a10012c30 100644
--- a/crawl-ref/source/teleport.cc
+++ b/crawl-ref/source/teleport.cc
@@ -98,7 +98,7 @@ static coord_def random_space_weighted(actor* moved, actor* target,
}
// Blink the victim closer to the monster at target.
-void blink_closer(actor* victim, const coord_def &target)
+void blink_other_close(actor* victim, const coord_def &target)
{
actor* caster = actor_at(target);
if (!caster)