]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
removed some outdated TODOs
[l2e.git] / src / battle / BattleState.cpp
index 95f2f118d9e618f45b928180bad1698240b0969d..84d1a497240da814a105eb64301889b412c7650e 100644 (file)
@@ -211,7 +211,6 @@ void BattleState::ExitState(Application &ctrl, SDL_Surface *screen) {
 }
 
 void BattleState::ResumeState(Application &ctrl, SDL_Surface *screen) {
-       // TODO: check for victory or defeat
        if (ranAway) {
                ctrl.PopState(); // quit the battle scene
                return;