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

--HG--
branch : compatibility-develop
hg/compatibility-develop
ulukyn 6 years ago
parent d0efd91ad1
commit 3daf9a79fb

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