mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
mobile:: fixed lmouseover_distant
This commit is contained in:
parent
b37ad3d8a8
commit
dee64d29d4
@ -245,6 +245,7 @@ EX void mobile_draw(MOBPAR_FORMAL) {
|
||||
}
|
||||
|
||||
if(cmode & sm::NORMAL) {
|
||||
lmouseover_distant = mouseover;
|
||||
lmouseover = (gtouched && lclicked) ? mouseover : NULL;
|
||||
if(!shmup::on && !useRangedOrb && vid.mobilecompasssize) {
|
||||
using namespace shmupballs;
|
||||
|
Loading…
Reference in New Issue
Block a user