in mouseover help, just display the slide name if tour::on && \!tour::texts

This commit is contained in:
Zeno Rogue 2020-09-11 11:16:34 +02:00
parent a7bee1b22a
commit ddae0a7b00
1 changed files with 2 additions and 0 deletions

View File

@ -998,6 +998,8 @@ EX void describeMouseover() {
callhooks(hooks_mouseover, c);
if(mousey < vid.fsize * 3/2 && getcstat == '-' && !instat) getcstat = SDLK_F1;
if(tour::on && !tour::texts)
mouseovers = XLAT(tour::slides[tour::currentslide].name);
}
EX void showHelp() {