From 94ad7744adaa377c0dc6afeb57897bbc67f2ea6c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 10 Sep 2018 19:39:15 +0200 Subject: [PATCH] disabled 'press SPACE to find' in animations --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 42e9b3a8..df1c4448 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5699,7 +5699,7 @@ void normalscreen() { displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16); keyhandler = handleKeyNormal; - if(!playerfound) + if(!playerfound && !anims::any_on()) displayButton(vid.xcenter, vid.ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8); describeMouseover();