mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
HELPFUN no longer displays gamescreen(2) by default, to let the presentation designer to choose the brighness themselves
This commit is contained in:
parent
e557dd1303
commit
548ee3a54f
2
help.cpp
2
help.cpp
@ -903,7 +903,6 @@ void describeMouseover() {
|
||||
}
|
||||
|
||||
void showHelp() {
|
||||
gamescreen(2);
|
||||
cmode = sm::HELP | sm::DOTOUR;
|
||||
getcstat = SDLK_ESCAPE;
|
||||
if(help == "HELPFUN") {
|
||||
@ -911,6 +910,7 @@ void showHelp() {
|
||||
return;
|
||||
}
|
||||
|
||||
gamescreen(2);
|
||||
string help2;
|
||||
if(help[0] == '@') {
|
||||
int iv = help.find("\t");
|
||||
|
Loading…
Reference in New Issue
Block a user