1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

no more 'press SPACE to find the player' if no mapeditor::drawplayer

This commit is contained in:
Zeno Rogue 2021-04-15 17:56:17 +02:00
parent 91cf680182
commit 4eb780f237

View File

@ -5168,7 +5168,7 @@ EX void normalscreen() {
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
keyhandler = handleKeyNormal;
if(!playerfound && !anims::any_on() && !sphere && !no_find_player)
if(!playerfound && !anims::any_on() && !sphere && !no_find_player && mapeditor::drawplayer)
displayButton(current_display->xcenter, current_display->ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8);
describeMouseover();