From 3daf9a79fb971472bcc8dc347f2333418b1c5cc6 Mon Sep 17 00:00:00 2001 From: ulukyn Date: Sun, 12 May 2019 20:48:45 +0200 Subject: [PATCH] Fixed: remove Zig enter/leave bag menu option when not a pet --HG-- branch : compatibility-develop --- code/ryzom/client/src/game_context_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/game_context_menu.cpp b/code/ryzom/client/src/game_context_menu.cpp index 7ef7d73fd..a8c1d9322 100644 --- a/code/ryzom/client/src/game_context_menu.cpp +++ b/code/ryzom/client/src/game_context_menu.cpp @@ -585,7 +585,7 @@ void CGameContextMenu::update() if (_TextPAEnterStable) _TextPAEnterStable->setActive(false); if (_TextPAEnterBag) - _TextPAEnterStable->setActive(false); + _TextPAEnterBag->setActive(false); } // Remove Free option to prevent miss click