mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
fixed mouse tooltip messages in mobiles
This commit is contained in:
parent
47c6748885
commit
2090ec8c74
3
init.cpp
3
init.cpp
@ -733,9 +733,8 @@ void mobile_draw(MOBPAR_FORMAL) {
|
||||
achievement_final(false);
|
||||
}
|
||||
|
||||
if(clicked && andmode == 2 && (mouseover != lmouseover || mouseovers != lmouseovers)) {
|
||||
if(clicked && andmode == 12 && (mouseover != lmouseover || mouseovers != lmouseovers)) {
|
||||
addMessage(mouseovers);
|
||||
showHelp(MOBPAR_ACTUAL, help);
|
||||
lmouseovers = mouseovers;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user