HELPFUN no longer displays gamescreen(2) by default, to let the presentation designer to choose the brighness themselves

This commit is contained in:
Zeno Rogue 2018-07-23 23:36:29 +02:00
parent e557dd1303
commit 548ee3a54f
1 changed files with 1 additions and 1 deletions

View File

@ -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");