disabled 'press SPACE to find' in animations

This commit is contained in:
Zeno Rogue 2018-09-10 19:39:15 +02:00
parent 31df0c1ec6
commit 94ad7744ad
1 changed files with 1 additions and 1 deletions

View File

@ -5699,7 +5699,7 @@ void normalscreen() {
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
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);
describeMouseover();