Removed unused variable ResultSlot
This commit is contained in:
parent
843605d59e
commit
cd7813f0f5
@ -446,7 +446,6 @@ void cSlotAreaCrafting::OnPlayerRemoved(cPlayer & a_Player)
|
|||||||
|
|
||||||
void cSlotAreaCrafting::ClickedResult(cPlayer & a_Player)
|
void cSlotAreaCrafting::ClickedResult(cPlayer & a_Player)
|
||||||
{
|
{
|
||||||
const cItem * ResultSlot = GetSlot(0, a_Player);
|
|
||||||
cItem & DraggingItem = a_Player.GetDraggingItem();
|
cItem & DraggingItem = a_Player.GetDraggingItem();
|
||||||
|
|
||||||
// Get the current recipe:
|
// Get the current recipe:
|
||||||
|
Loading…
Reference in New Issue
Block a user