X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.cpp;h=28f5cb6fedb991d962a151862b0041516c6170f1;hb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;hp=79e59515b9ab905861e9840954890cf01837987e;hpb=317100aa5878503dad034a1e1eb734d1e952f842;p=l2e.git diff --git a/src/menu/Resources.cpp b/src/menu/Resources.cpp index 79e5951..28f5cb6 100644 --- a/src/menu/Resources.cpp +++ b/src/menu/Resources.cpp @@ -14,6 +14,9 @@ Resources::Resources() , normalFont(0) , statusFont(0) +, menuCursor(0) +, menuActiveCursor(0) + , statusLabels(0) , statusFrame(0) @@ -43,7 +46,23 @@ Resources::Resources() , aglLabel(0) , intLabel(0) , gutLabel(0) -, mgrLabel(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) { }