Skip to content

Commit

Permalink
update CUIActorMenu::OnItemDropOnItem return value
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Dec 9, 2022
1 parent 28a34e7 commit 465be64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xrGame/ui/UIActorMenu_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 465be64

Please sign in to comment.