]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
tagged some TODOs
[l2e.git] / src / battle / BattleState.cpp
index a4efc8453ffa9bd6fedbf44f709f37501617b0bf..f1e3d07caffc17676d1d5bcd85bc8b5f19a75c1b 100644 (file)
@@ -59,6 +59,7 @@ void BattleState::ExitState(Application &ctrl, SDL_Surface *screen) {
 }
 
 void BattleState::ResumeState(Application &ctrl, SDL_Surface *screen) {
+       // TODO: check for victory, defeat or run
        // reset attack choices
        activeHero = -1;
        attackChoices.clear();