1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 19:48:06 +00:00

rogueviz:: tutorial, start/main menu, and welcome message done as hooks

This commit is contained in:
Zeno Rogue
2018-07-09 19:55:56 +02:00
parent d523ceabfd
commit 3a8293df27
7 changed files with 60 additions and 43 deletions

View File

@@ -961,6 +961,7 @@ void gotoHelp(const string& h) {
pushScreen(showHelp);
if(help == "@") {
/*
#if CAP_ROGUEVIZ
if(rogueviz::on) {
help = rogueviz::makehelp();
@@ -968,6 +969,7 @@ void gotoHelp(const string& h) {
return;
}
#endif
*/
#if CAP_RUG
if(rug::rugged) {