1
0
Fork 0

Set DraggingItem to Slot directly.

This commit is contained in:
Howaner 2014-05-31 00:27:24 +02:00
parent d422aa4081
commit 2030800ad7
1 changed files with 1 additions and 1 deletions

View File

@ -1441,7 +1441,7 @@ void cSlotAreaFurnace::Clicked(cPlayer & a_Player, int a_SlotNum, eClickAction a
}
case caLeftClick:
{
DraggingItem = cItem(Slot);
DraggingItem = Slot;
Slot.Empty();
break;
}