mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
no more 'press SPACE to find the player' if no mapeditor::drawplayer
This commit is contained in:
parent
91cf680182
commit
4eb780f237
@ -5168,7 +5168,7 @@ EX void normalscreen() {
|
|||||||
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
|
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
|
||||||
keyhandler = handleKeyNormal;
|
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);
|
displayButton(current_display->xcenter, current_display->ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8);
|
||||||
|
|
||||||
describeMouseover();
|
describeMouseover();
|
||||||
|
Loading…
Reference in New Issue
Block a user