]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectAttackType.cpp
wrapped some virtual State methods in non-virtual calls
[l2e.git] / src / battle / states / SelectAttackType.cpp
index 351ad1c3584337d85a4d6b4baa3bc20a7a8fc3bb..c41eb67bec8d39e17da1ae3abad743acdcdeb6d7 100644 (file)
@@ -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) {
 
 }