]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
added battle party layout class
[l2e.git] / src / battle / BattleState.cpp
index 25fb09c0e59b171100f1de77f0bee853337e0243..df83c328d2b5a6c32330a1b76cc65444922b2cf0 100644 (file)
@@ -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() {