X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbattle%2Fstates%2FSelectSpell.cpp;h=6ea4675efcbbe1c381d4c70148ddec5414a630e0;hb=7252571fb926a187c4c40e8f4eec718f16d63ffa;hp=cdf9b698fe9405416d803cbe33d25c42609c94d4;hpb=65158353d1ecbed0032752863c6c4eb96b1a084a;p=l2e.git diff --git a/src/battle/states/SelectSpell.cpp b/src/battle/states/SelectSpell.cpp index cdf9b69..6ea4675 100644 --- a/src/battle/states/SelectSpell.cpp +++ b/src/battle/states/SelectSpell.cpp @@ -45,7 +45,7 @@ void SelectSpell::OnPauseState(Application &ctrl, SDL_Surface *screen) { } -void SelectSpell::Resize(int width, int height) { +void SelectSpell::OnResize(int width, int height) { }