X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectAttackType.cpp;h=3603e1bb529aeb7eb587e06c691037786ddcf925;hb=1c5b28e8559e8383958307534e262a9b29f50fdf;hp=f8ad21d54d9fb9a3ebe52f1fc3dc48eb6d048f0a;hpb=8f6a2452408f4ae35396cd7008a6fab0ecb03a46;p=l2e.git diff --git a/src/battle/states/SelectAttackType.cpp b/src/battle/states/SelectAttackType.cpp index f8ad21d..3603e1b 100644 --- a/src/battle/states/SelectAttackType.cpp +++ b/src/battle/states/SelectAttackType.cpp @@ -106,7 +106,6 @@ void SelectAttackType::HandleEvents(const Input &input) { } if (battle->AttackSelectionDone()) { - // TODO: switch to battle animation instead ctrl->PopState(); } }