X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectAttackType.cpp;h=c41eb67bec8d39e17da1ae3abad743acdcdeb6d7;hb=7252571fb926a187c4c40e8f4eec718f16d63ffa;hp=351ad1c3584337d85a4d6b4baa3bc20a7a8fc3bb;hpb=65158353d1ecbed0032752863c6c4eb96b1a084a;p=l2e.git diff --git a/src/battle/states/SelectAttackType.cpp b/src/battle/states/SelectAttackType.cpp index 351ad1c..c41eb67 100644 --- a/src/battle/states/SelectAttackType.cpp +++ b/src/battle/states/SelectAttackType.cpp @@ -51,7 +51,7 @@ void SelectAttackType::OnPauseState(Application &ctrl, SDL_Surface *screen) { } -void SelectAttackType::Resize(int width, int height) { +void SelectAttackType::OnResize(int width, int height) { }