X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.cpp;h=df83c328d2b5a6c32330a1b76cc65444922b2cf0;hb=95bfa881f3fa427b67d9ce21e6a10f80f7be5439;hp=25fb09c0e59b171100f1de77f0bee853337e0243;hpb=4e886547268583ef1d8a415d9f7f959ce76ffcbc;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index 25fb09c..df83c32 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -7,12 +7,14 @@ #include "BattleState.h" +#include "PartyLayout.h" + using app::Application; namespace battle { void BattleState::EnterState(Application &ctrl, SDL_Surface *screen) { - + monstersLayout->CalculatePositions(background->w, background->h, monsterPositions); } void BattleState::ExitState() {