]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectMoveAction.cpp
added spell selection battle state
[l2e.git] / src / battle / states / SelectMoveAction.cpp
index 5631e69856f166b930cb1fb7023eb97987ff2e97..c728db0e61c6bd51502329e2ba7a84026d0fa7c1 100644 (file)
@@ -43,7 +43,7 @@ void SelectMoveAction::Resize(int width, int height) {
 }
 
 
-void SelectMoveAction::HandleInput(const app::Input &input) {
+void SelectMoveAction::HandleInput(const Input &input) {
        if (input.IsDown(Input::PAD_UP)) {
                battle->GetMoveMenu().Select(MoveMenu::CHANGE);
        } else if (input.IsDown(Input::PAD_DOWN)) {