mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-18 17:40:48 +02:00
fix warning
This commit is contained in:
parent
dc33142139
commit
43a6986ebf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user