1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

code review

This commit is contained in:
Laserlicht
2025-07-08 10:33:01 +02:00
parent 547ebbd08e
commit b6e8731329
9 changed files with 3 additions and 25 deletions

View File

@@ -407,11 +407,6 @@ int32_t CUnitState::getCasterUnitId() const
return static_cast<int32_t>(unitId());
}
BattleHex CUnitState::getCasterPosition() const
{
return getPosition();
}
const CGHeroInstance * CUnitState::getHeroCaster() const
{
return nullptr;