X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.cpp;h=14158f3b9ae2ce14dca093f3b41ea15d5a5637cf;hb=1852ed1ca9ccfb63183fec12efeeaccc211a9f72;hp=166fbf70368f15a42dd8eac25a9d66184db5bfe1;hpb=243cb7d922fe888be8d18241de138ad5949de430;p=l2e.git diff --git a/src/menu/Resources.cpp b/src/menu/Resources.cpp index 166fbf7..14158f3 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) @@ -35,7 +38,54 @@ 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) + +, spellMenuProperties(0) + +, equipmentActionMenuProperties(0) +, equipmentMenuProperties(0) +, equipMenuEquipLabel(0) +, equipMenuStrongestLabel(0) +, equipMenuRemoveLabel(0) +, equipMenuRemoveAllLabel(0) +, equipMenuDropLabel(0) + +, configMenuProperties(0) +, configMessageSpeedLabel(0) +, configMessageSpeedFast(0) +, configMessageSpeedNormal(0) +, configMessageSpeedSlow(0) +, configBattleCursorLabel(0) +, configStatusCursorLabel(0) +, configCursorClear(0) +, configCursorMemory(0) +, configMusicLabel(0) +, configMusicStereo(0) +, configMusicMono(0) { }