diff --git a/graph.cpp b/graph.cpp index 51d6ebf3..cef13023 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5428,7 +5428,7 @@ EX void normalscreen() { mouseovers = standard_help(); #if CAP_TOUR - if(tour::on) mouseovers = tour::tourhelp; + if(tour::on) mouseovers = (tour::slides[tour::currentslide].flags & tour::NOTITLE) ? "" : tour::tourhelp; #endif if(GDIM == 3 || !outofmap(mouseh.h)) getcstat = '-';