mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +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);
|
achievement_final(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(clicked && andmode == 2 && (mouseover != lmouseover || mouseovers != lmouseovers)) {
|
if(clicked && andmode == 12 && (mouseover != lmouseover || mouseovers != lmouseovers)) {
|
||||||
addMessage(mouseovers);
|
addMessage(mouseovers);
|
||||||
showHelp(MOBPAR_ACTUAL, help);
|
|
||||||
lmouseovers = mouseovers;
|
lmouseovers = mouseovers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user