1
0
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:
Zeno Rogue 2017-09-17 13:25:17 +02:00
parent 47c6748885
commit 2090ec8c74

View File

@ -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;
} }