summaryrefslogtreecommitdiffstats
path: root/src/UI/InventoryWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/InventoryWindow.cpp')
-rw-r--r--src/UI/InventoryWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UI/InventoryWindow.cpp b/src/UI/InventoryWindow.cpp
index 0f876e559..571651d20 100644
--- a/src/UI/InventoryWindow.cpp
+++ b/src/UI/InventoryWindow.cpp
@@ -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));
}