]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.cpp
added hero's stats in status screen
[l2e.git] / src / menu / Resources.cpp
index 79342b249333f40db462da452dc799071160812e..79e59515b9ab905861e9840954890cf01837987e 100644 (file)
@@ -31,7 +31,19 @@ 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) {
 
 }