]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
added run state to flee from battle
[l2e.git] / src / battle / BattleState.cpp
index cbea81a82cb5d1564344abe6e24d757bbca70d0e..6db8efabb2c09b57184e941e524b381eeef79e0d 100644 (file)
@@ -201,7 +201,7 @@ void BattleState::PauseState(Application &ctrl, SDL_Surface *screen) {
 }
 
 
-void BattleState::HandleInput(const Input &input) {
+void BattleState::HandleEvents(const Input &input) {
 
 }