X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2FTransitionState.cpp;fp=src%2Fmap%2FTransitionState.cpp;h=75a4deaa540b86ea3d9727175a12ff04c1eff106;hb=65158353d1ecbed0032752863c6c4eb96b1a084a;hp=9a1d699f6582c44fd4b6b7ecf3e0f10b86e60bbf;hpb=f6691e2827a7eb8d2bdd3fbe175ecbfda09357ae;p=l2e.git diff --git a/src/map/TransitionState.cpp b/src/map/TransitionState.cpp index 9a1d699..75a4dea 100644 --- a/src/map/TransitionState.cpp +++ b/src/map/TransitionState.cpp @@ -25,19 +25,19 @@ TransitionState::TransitionState(MapState *ms, Map *map, const Vector &coor } -void TransitionState::EnterState(Application &c, SDL_Surface *screen) { +void TransitionState::OnEnterState(Application &c, SDL_Surface *screen) { ctrl = &c; } -void TransitionState::ExitState(Application &, SDL_Surface *screen) { +void TransitionState::OnExitState(Application &, SDL_Surface *screen) { } -void TransitionState::ResumeState(Application &ctrl, SDL_Surface *screen) { +void TransitionState::OnResumeState(Application &ctrl, SDL_Surface *screen) { } -void TransitionState::PauseState(Application &ctrl, SDL_Surface *screen) { +void TransitionState::OnPauseState(Application &ctrl, SDL_Surface *screen) { }