1
0

Off-hand/shield slot functional, save and load slot, bow + arrow functional (#3725)

Fixes #3714.
This commit is contained in:
Pablo Beltrán
2017-05-24 08:09:58 +02:00
committed by Mattes D
parent 8a890cf945
commit 84bdba345d
6 changed files with 126 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ cInventoryWindow::cInventoryWindow(cPlayer & a_Player) :
m_SlotAreas.push_back(new cSlotAreaArmor(*this));
m_SlotAreas.push_back(new cSlotAreaInventory(*this));
m_SlotAreas.push_back(new cSlotAreaHotBar(*this));
m_SlotAreas.push_back(new cSlotAreaShield(*this));
}