mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
no more changing clicks on HUD elements in the top line to help
This commit is contained in:
parent
a60b88f7ba
commit
e38f012e63
2
help.cpp
2
help.cpp
@ -897,7 +897,7 @@ EX void describeMouseover() {
|
|||||||
|
|
||||||
callhooks(hooks_mouseover, c);
|
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() {
|
EX void showHelp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user