From 92502dc75e11693a92f62ab94012a91ddb3e5a1d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 5 Aug 2020 01:18:08 +0200 Subject: [PATCH] no 'find the player' in sphere --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index a7415ea9..e54a1a10 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5039,7 +5039,7 @@ EX void normalscreen() { displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16); keyhandler = handleKeyNormal; - if(!playerfound && !anims::any_on()) + if(!playerfound && !anims::any_on() && !sphere) displayButton(current_display->xcenter, current_display->ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8); describeMouseover();