mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
help:: do not suggest to try the Guided Tour if already in the Guided Tour
This commit is contained in:
parent
4497821b35
commit
c87bca5da0
1
help.cpp
1
help.cpp
@ -188,6 +188,7 @@ EX void buildHelpText() {
|
|||||||
+ "http//roguetemple.com/z/hyper/\n\n";
|
+ "http//roguetemple.com/z/hyper/\n\n";
|
||||||
|
|
||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
|
if(!tour::on)
|
||||||
help += XLAT("Try the Guided Tour to help with understanding the "
|
help += XLAT("Try the Guided Tour to help with understanding the "
|
||||||
"geometry of HyperRogue (menu -> special modes).\n\n");
|
"geometry of HyperRogue (menu -> special modes).\n\n");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user