X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSwapHeroes.h;fp=src%2Fbattle%2Fstates%2FSwapHeroes.h;h=1710721e85f5f6d0657173f0dce5e796bccf85e4;hb=3f8fac16c7ae2cbe7da47b98aba9b558825723e7;hp=a5f5c62379399043f0148988068c52439e0ff392;hpb=7252571fb926a187c4c40e8f4eec718f16d63ffa;p=l2e.git diff --git a/src/battle/states/SwapHeroes.h b/src/battle/states/SwapHeroes.h index a5f5c62..1710721 100644 --- a/src/battle/states/SwapHeroes.h +++ b/src/battle/states/SwapHeroes.h @@ -19,7 +19,7 @@ class SwapHeroes public: SwapHeroes(BattleState *battle, SelectMoveAction *parent) - : ctrl(0), battle(battle), parent(parent), cursor(0), selected(-1), flipFlop(true) { } + : battle(battle), parent(parent), cursor(0), selected(-1), flipFlop(true) { } public: virtual void HandleEvents(const app::Input &); @@ -44,7 +44,6 @@ private: void RenderCursors(SDL_Surface *screen, const geometry::Vector &offset); private: - app::Application *ctrl; BattleState *battle; SelectMoveAction *parent; int cursor;