]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.cpp
added basic (non-functional) inventory menu
[l2e.git] / src / menu / Resources.cpp
index 166fbf70368f15a42dd8eac25a9d66184db5bfe1..87abfa5f905f09dd6d02e2c6a6e3751961123093 100644 (file)
@@ -35,7 +35,31 @@ Resources::Resources()
 
 , noEquipmentText(0)
 
-, shoulderNav(0) {
+, shoulderNav(0)
+
+, atpLabel(0)
+, dfpLabel(0)
+, strLabel(0)
+, aglLabel(0)
+, intLabel(0)
+, gutLabel(0)
+, mgrLabel(0)
+
+, ipLabel(0)
+, experienceLabel(0)
+, nextLevelLabel(0)
+
+, statusMenuProperties(0)
+
+, nextLabel(0)
+, returnLabel(0)
+
+, itemMenuProperties(0)
+, itemMenuUseText(0)
+, itemMenuSortText(0)
+, itemMenuDropText(0)
+
+, inventoryMenuProperties(0) {
 
 }