1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

vcmi: massive refactoring v1

This commit is contained in:
Konstantin
2023-04-05 03:26:29 +03:00
parent ee489f18d2
commit 11b237a23c
129 changed files with 803 additions and 762 deletions

View File

@@ -108,9 +108,9 @@ int32_t BattleProxy::getEnchanterCounter(ui8 side) const
return subject->battleGetEnchanterCounter(side);
}
const IBonusBearer * BattleProxy::asBearer() const
const IBonusBearer * BattleProxy::getBonusBearer() const
{
return subject->getBattleNode();
return subject->getBonusBearer();
}