Fixed: remove Zig enter/leave bag menu option when not a pet

--HG--
branch : patches-from-atys
hg/hotfix/patches-from-atys
ulukyn 6 years ago
parent 1b19cb4809
commit cf4cb55f3e

@ -585,7 +585,7 @@ void CGameContextMenu::update()
if (_TextPAEnterStable) if (_TextPAEnterStable)
_TextPAEnterStable->setActive(false); _TextPAEnterStable->setActive(false);
if (_TextPAEnterBag) if (_TextPAEnterBag)
_TextPAEnterStable->setActive(false); _TextPAEnterBag->setActive(false);
} }
// Remove Free option to prevent miss click // Remove Free option to prevent miss click

Loading…
Cancel
Save