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();