mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-29 23:22:23 +00:00
tour:: don't display help on NOTITLE
This commit is contained in:
@@ -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 = '-';
|
||||
|
Reference in New Issue
Block a user