mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
code review
This commit is contained in:
@@ -782,11 +782,6 @@ int32_t CGHeroInstance::getCasterUnitId() const
|
||||
return id.getNum();
|
||||
}
|
||||
|
||||
BattleHex CGHeroInstance::getCasterPosition() const
|
||||
{
|
||||
return BattleHex::INVALID;
|
||||
}
|
||||
|
||||
int32_t CGHeroInstance::getSpellSchoolLevel(const spells::Spell * spell, SpellSchool * outSelectedSchool) const
|
||||
{
|
||||
int32_t skill = -1; //skill level
|
||||
|
||||
Reference in New Issue
Block a user