From 784dc0d13a6c7dce4a97d4e545dc2d7422cac1c7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 16 Jun 2022 23:13:54 +0200 Subject: [PATCH] tour:: don't display help on NOTITLE --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '-';