summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 55894921f0..20c8bcdeab 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -313,6 +313,7 @@ public:
void moveto(const coord_def &c);
// Move the player during an abyss shift.
void shiftto(const coord_def &c);
+ bool blink_to(const coord_def& c, bool quiet = false);
void reset_prev_move();