1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00

fix warning

This commit is contained in:
Tomasz Zieliński 2022-09-06 19:17:38 +02:00
parent dc33142139
commit 43a6986ebf

View File

@ -342,7 +342,7 @@ public:
std::string getObjectName() const override; std::string getObjectName() const override;
void afterAddToMap(CMap * map) override; void afterAddToMap(CMap * map) override;
void afterRemoveFromMap(CMap* map); void afterRemoveFromMap(CMap* map) override;
static void reset(); static void reset();
inline bool isBattleOutsideTown(const CGHeroInstance * defendingHero) const inline bool isBattleOutsideTown(const CGHeroInstance * defendingHero) const