X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.h;h=3561609e91c105a34413a8b29d042d7d1a0c50ce;hb=5121f4215d725f492bea084fb94900d7e5972743;hp=a4f403741e5dd72dfcbe731072a09feecccb8e16;hpb=2a3e39f2960bd359dfc8df8f439281dec30c633a;p=l2e.git diff --git a/src/battle/BattleState.h b/src/battle/BattleState.h index a4f4037..3561609 100644 --- a/src/battle/BattleState.h +++ b/src/battle/BattleState.h @@ -161,8 +161,6 @@ public: void RenderSmallHeroTags(SDL_Surface *screen, const geometry::Vector &offset); private: - void LoadSpellMenu(std::vector::size_type heroIndex); - void LoadIkariMenu(std::vector::size_type heroIndex); void LoadInventory(); Uint16 CalculateDamage(const Stats &attacker, const Stats &defender) const;