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() {