X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.cpp;h=84d1a497240da814a105eb64301889b412c7650e;hb=1c5b28e8559e8383958307534e262a9b29f50fdf;hp=95f2f118d9e618f45b928180bad1698240b0969d;hpb=d2f44bfe5d159647431cee8ab29898bd3618d980;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index 95f2f11..84d1a49 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -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;