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:
parent
fb06570c83
commit
92502dc75e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user