mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-19 19:54:47 +00:00
tour:: don't display help on NOTITLE
This commit is contained in:
parent
5e2ba55e46
commit
784dc0d13a
@ -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 = '-';
|
||||
|
Loading…
Reference in New Issue
Block a user