X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=69b4e870b40aadbec2c059130ff1b39f74fb9b9a;hb=9429393ba3d875a12049dc9efeb4720fd9583e23;hp=1587d60c34223b7f5beb00bd4c3e2293f4027582;hpb=317100aa5878503dad034a1e1eb734d1e952f842;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 1587d60..69b4e87 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -336,6 +336,10 @@ int main(int argc, char **argv) { menuResources.gutLabel = "GUT"; menuResources.mgrLabel = "MGR"; + menuResources.ipLabel = "IP"; + menuResources.experienceLabel = "NOW EXP"; + menuResources.nextLevelLabel = "NEXT LEVEL"; + InitScreen screen(width, height); app::State *state(0);