]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.cpp
added dummy state that echoes all selected attacks
[l2e.git] / src / battle / states / SelectTarget.cpp
index 9c50991bf00c26b9deb34acc83b61f3b4f4b7152..c0ff6cca585a0ef143e316c10dbe73df16fb2ff8 100644 (file)
@@ -44,7 +44,7 @@ void SelectTarget::Resize(int width, int height) {
 }
 
 
-void SelectTarget::HandleInput(const Input &input) {
+void SelectTarget::HandleEvents(const Input &input) {
        if (input.JustPressed(Input::ACTION_A)) {
                if (selection->CurrentIsSelected()) {
                        ctrl->PopState(); // return control to parent