X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=8d1144f6b30bdc60efd5437f5981fd1e08585bd8;hb=8c055cbdddac2114c130e6a6524ff887d89ccf53;hp=7c37bcaf1cbd14966aee66ceb7ba063f16fd7f78;hpb=b6502719f0f02bdb4fc39aa66fa4a369ea583036;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 7c37bca..8d1144f 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -34,6 +34,8 @@ struct Resources { graphics::Frame *selectFrame; + graphics::Font *normalFont; + Resources() : moveIcons(0) @@ -50,6 +52,8 @@ struct Resources { , ikariGauge(0) , selectFrame(0) + + , normalFont(0) { } };