1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 12:19:18 +00:00

no 'find the player' in sphere

This commit is contained in:
Zeno Rogue 2020-08-05 01:18:08 +02:00
parent fb06570c83
commit 92502dc75e

View File

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