X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FPerformAttacks.h;fp=src%2Fbattle%2Fstates%2FPerformAttacks.h;h=2fe9a06b9c5d31367d08d32489152a21a07b4747;hb=3f8fac16c7ae2cbe7da47b98aba9b558825723e7;hp=e52160c077c930848a958d8db82401a05ea82df2;hpb=7252571fb926a187c4c40e8f4eec718f16d63ffa;p=l2e.git diff --git a/src/battle/states/PerformAttacks.h b/src/battle/states/PerformAttacks.h index e52160c..2fe9a06 100644 --- a/src/battle/states/PerformAttacks.h +++ b/src/battle/states/PerformAttacks.h @@ -24,7 +24,7 @@ class PerformAttacks public: explicit PerformAttacks(BattleState *battle) - : ctrl(0), battle(battle), moveAnimation(0), targetAnimation(0), titleBarText(0), cursor(-1) { } + : battle(battle), moveAnimation(0), targetAnimation(0), titleBarText(0), cursor(-1) { } public: virtual void HandleEvents(const app::Input &); @@ -52,7 +52,6 @@ private: void RenderTargetAnimation(SDL_Surface *screen, const geometry::Vector &offset) const; private: - app::Application *ctrl; BattleState *battle; graphics::AnimationRunner moveAnimation; graphics::AnimationRunner targetAnimation;