X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbattle%2FResources.h;h=098c84468f15f3e9616450f94660a9b9e5e0c41f;hb=19e11f43c4ad3aaccce8809ba66350dd3cbeb3dd;hp=40c0b3b92a167b04eaff8649fb9a8cc7648b3425;hpb=ad88c8db0051fd6d9082fc61a124efd407113632;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 40c0b3b..098c844 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -37,7 +37,9 @@ struct Resources { graphics::Frame *selectFrame; graphics::Font *normalFont; + graphics::Font *disabledFont; + const char *spellMenuHeadline; graphics::Menu spellMenuPrototype; @@ -58,6 +60,9 @@ struct Resources { , selectFrame(0) , normalFont(0) + , disabledFont(0) + + , spellMenuHeadline("") { } };