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
1 changed files with 1 additions and 1 deletions

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