]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.h
reworked Menu to include an optional number
[l2e.git] / src / battle / BattleState.h
index 4b0ffcff43c591f41f754b62e3f983208ef1479c..96a7ce20643d5b62f4aee3d3c9f0f68103280a3a 100644 (file)
@@ -21,7 +21,6 @@
 #include "../graphics/Menu.h"
 
 #include <vector>
-#include <string>
 #include <SDL.h>
 
 namespace app { class Input; }
@@ -120,7 +119,6 @@ private:
        std::vector<Hero> heroes;
        std::vector<graphics::Menu</* Spell */ void *> > spellMenus;
        graphics::Menu<const common::Item *> itemMenu;
-       std::vector<std::string> itemMenuStrings;
        std::vector<graphics::Menu</* Ikari or Item */ void *> > ikariMenus;
        std::vector<HeroTag> heroTags;
        std::vector<AttackChoice> attackChoices;