From dee64d29d4b64f51878ae451b8405dccc4cbb42e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 1 Jun 2021 18:01:21 +0200 Subject: [PATCH] mobile:: fixed lmouseover_distant --- mobile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile.cpp b/mobile.cpp index d97313d9..83d13592 100644 --- a/mobile.cpp +++ b/mobile.cpp @@ -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;