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
1 changed files with 1 additions and 2 deletions

View File

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