]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.h
added item target selection
[l2e.git] / src / battle / states / SelectTarget.h
index b9085a5b51bc56951bb772d174fcb6b611e3fe03..f84dd3176abe6a8b6a4dd48752e7e192edaae46e 100644 (file)
@@ -24,7 +24,7 @@ class SelectTarget
 : public app::State {
 
 public:
-       SelectTarget(BattleState *battle, SelectAttackType *parent, TargetSelection *selection, const graphics::Sprite *cursorIcon, bool startWithEnemy)
+       SelectTarget(BattleState *battle, SelectAttackType *parent, TargetSelection *selection, const graphics::Sprite *cursorIcon)
        : ctrl(0), battle(battle), parent(parent), selection(selection), cursorIcon(cursorIcon), flipFlop(true) { }
 
 public: