Fixed Clonk having wrong items displayed in hand at selection

rope
Bernhard Bonigl 2012-02-26 20:02:44 +01:00
parent db53603396
commit 458369efda
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ public func OnCrewSelection(object clonk, bool deselect)
for(i = 0; i < Min(2,clonk->HandObjects()); ++i)
{
ActionButton(clonk,i,clonk->GetItem(i),ACTIONTYPE_INVENTORY);
ActionButton(clonk,i,clonk->GetHandItem(i),ACTIONTYPE_INVENTORY);
}
ClearButtons(i);