1
0
Fork 0

Fix typo in #4095.

The build was being broken.
This commit is contained in:
Alexander Lyons Harkness 2017-12-21 16:01:24 +00:00
parent 01322cb1b0
commit a9c8ad9ce2
1 changed files with 1 additions and 2 deletions

View File

@ -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
{