]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/PerformAttacks.h
moved attack order to battle state
[l2e.git] / src / battle / states / PerformAttacks.h
index 556ae43b5b0bb93b5210457ebb449afa9cc58d0c..e8a878d761e6b214820ba998407c7d98087dc617 100644 (file)
@@ -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<int> &offset) const;
@@ -58,7 +56,6 @@ private:
        const char *titleBarText;
        app::Timer<Uint32> titleBarTimer;
        app::Timer<Uint32> targetAnimationTimer;
-       std::vector<BattleState::Order> order;
        std::vector<NumberAnimation> numberAnimation;
        std::vector<geometry::Point<int> > numberPosition;
        int cursor;