]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.cpp
implemented item dropping
[l2e.git] / src / menu / Resources.cpp
index 79342b249333f40db462da452dc799071160812e..28f5cb6fedb991d962a151862b0041516c6170f1 100644 (file)
@@ -14,6 +14,9 @@ Resources::Resources()
 , normalFont(0)
 , statusFont(0)
 
+, menuCursor(0)
+, menuActiveCursor(0)
+
 , statusLabels(0)
 , statusFrame(0)
 
@@ -31,7 +34,35 @@ Resources::Resources()
 , mainMenuGoldText(0)
 
 , heroCursor(0)
-, heroCursorBlinkTime(0) {
+, heroCursorBlinkTime(0)
+
+, noEquipmentText(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) {
 
 }