mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Removed extra qualifier.
This commit is contained in:
@@ -443,7 +443,7 @@ public:
|
|||||||
std::vector<si32> spells; //gained spells
|
std::vector<si32> spells; //gained spells
|
||||||
CCreatureSet creatures; //gained creatures
|
CCreatureSet creatures; //gained creatures
|
||||||
|
|
||||||
void CGPandoraBox::initObj();
|
void initObj();
|
||||||
void onHeroVisit(const CGHeroInstance * h) const;
|
void onHeroVisit(const CGHeroInstance * h) const;
|
||||||
void open (const CGHeroInstance * h, ui32 accept) const;
|
void open (const CGHeroInstance * h, ui32 accept) const;
|
||||||
void endBattle(const CGHeroInstance *h, BattleResult *result) const;
|
void endBattle(const CGHeroInstance *h, BattleResult *result) const;
|
||||||
|
Reference in New Issue
Block a user