parent
01322cb1b0
commit
a9c8ad9ce2
@ -793,10 +793,9 @@ void cInventory::OnSlotChanged(cItemGrid * a_ItemGrid, int a_SlotNum)
|
||||
{
|
||||
Base = invHotbarOffset;
|
||||
}
|
||||
else if (a_ItemGrid = &m_ShieldSlots)
|
||||
else if (a_ItemGrid == &m_ShieldSlots)
|
||||
{
|
||||
Base = invShieldOffset;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user