]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Application.cpp
added run state to flee from battle
[l2e.git] / src / app / Application.cpp
index fc1d3801d4ab6fe65f0ea8af622904e0eb01b194..819882e7251f43e66b7ed77311f97c498e74d456 100644 (file)
@@ -159,7 +159,7 @@ void Application::HandleEvents() {
                                break;
                }
        }
-       CurrentState()->HandleInput(input);
+       CurrentState()->HandleEvents(input);
 }
 
 void Application::UpdateWorld(Uint32 deltaT) {