1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

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

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() {