]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectAttackType.cpp
added dummy state that echoes all selected attacks
[l2e.git] / src / battle / states / SelectAttackType.cpp
index 90d483ca693cd5018110252dddda6dd215262a20..b8d604d91a68dd28937a04f7668beb441c94fc91 100644 (file)
@@ -56,7 +56,7 @@ void SelectAttackType::Resize(int width, int height) {
 }
 
 
-void SelectAttackType::HandleInput(const Input &input) {
+void SelectAttackType::HandleEvents(const Input &input) {
        if (input.IsDown(Input::PAD_UP)) {
                battle->GetAttackTypeMenu().Select(AttackChoice::MAGIC);
        } else if (input.IsDown(Input::PAD_RIGHT)) {