X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=src%2Fbattle%2Fstates%2FPerformAttacks.h;fp=src%2Fbattle%2Fstates%2FPerformAttacks.h;h=e8a878d761e6b214820ba998407c7d98087dc617;hb=a01c2f05b5a6493d7fe097eb15e5337a095992ae;hp=556ae43b5b0bb93b5210457ebb449afa9cc58d0c;hpb=f89e79ad6fdc3009657e81f3dc3765d661f4899c;p=l2e.git diff --git a/src/battle/states/PerformAttacks.h b/src/battle/states/PerformAttacks.h index 556ae43..e8a878d 100644 --- a/src/battle/states/PerformAttacks.h +++ b/src/battle/states/PerformAttacks.h @@ -42,8 +42,6 @@ private: void CheckAnimations(); bool HasAnimationsRunning() const; void ResetAnimation(); - void AdvanceCursor(); - bool Finished() const { return cursor >= int(order.size()); } private: void RenderTitleBar(SDL_Surface *screen, const geometry::Vector &offset) const; @@ -58,7 +56,6 @@ private: const char *titleBarText; app::Timer titleBarTimer; app::Timer targetAnimationTimer; - std::vector order; std::vector numberAnimation; std::vector > numberPosition; int cursor;