no more changing clicks on HUD elements in the top line to help

This commit is contained in:
Zeno Rogue 2019-09-03 08:27:02 +02:00
parent a60b88f7ba
commit e38f012e63
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ EX void describeMouseover() {
callhooks(hooks_mouseover, c);
if(mousey < vid.fsize * 3/2) getcstat = SDLK_F1;
if(mousey < vid.fsize * 3/2 && getcstat == '-' && !instat) getcstat = SDLK_F1;
}
EX void showHelp() {