mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
disabled 'press SPACE to find' in animations
This commit is contained in:
parent
31df0c1ec6
commit
94ad7744ad
@ -5699,7 +5699,7 @@ 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)
|
if(!playerfound && !anims::any_on())
|
||||||
displayButton(vid.xcenter, vid.ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8);
|
displayButton(vid.xcenter, vid.ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8);
|
||||||
|
|
||||||
describeMouseover();
|
describeMouseover();
|
||||||
|
Loading…
Reference in New Issue
Block a user