From ddae0a7b00ea52527e733b215e8314a8612056ea Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 11 Sep 2020 11:16:34 +0200 Subject: [PATCH] in mouseover help, just display the slide name if tour::on && \!tour::texts --- help.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help.cpp b/help.cpp index 7b79c543..ba81a8d3 100644 --- a/help.cpp +++ b/help.cpp @@ -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() {