mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-24 07:56:59 +00:00
Correct URL in help text.
This commit is contained in:
parent
1482a7aca2
commit
94d90cf5e0
2
help.cpp
2
help.cpp
@ -185,7 +185,7 @@ EX void buildHelpText() {
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
help += XLAT("See more on the website: ")
|
help += XLAT("See more on the website: ")
|
||||||
+ "http//roguetemple.com/z/hyper/\n\n";
|
+ "https://roguetemple.com/z/hyper/\n\n";
|
||||||
|
|
||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
if(!tour::on)
|
if(!tour::on)
|
||||||
|
Loading…
Reference in New Issue
Block a user