From 465be64f2dae43188679477d1e19c437411edcd5 Mon Sep 17 00:00:00 2001 From: Chugunov Roman Date: Fri, 9 Dec 2022 15:50:48 +0300 Subject: [PATCH] update CUIActorMenu::OnItemDropOnItem return value --- src/xrGame/ui/UIActorMenu_action.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xrGame/ui/UIActorMenu_action.cpp b/src/xrGame/ui/UIActorMenu_action.cpp index e308aa5f3d4..1e3692087b8 100644 --- a/src/xrGame/ui/UIActorMenu_action.cpp +++ b/src/xrGame/ui/UIActorMenu_action.cpp @@ -99,6 +99,8 @@ bool CUIActorMenu::OnItemDropOnItem(EDDListType t_old, EDDListType t_new, CUIDra return funct1(GO1 ? GO1->lua_game_object() : 0, GO2 ? GO2->lua_game_object() : 0, (int)t_old, (int)t_new); } + + return false; } bool CUIActorMenu::OnItemDrop(CUICellItem* itm) {