mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
EWallPart & EWallState are now enum class
This commit is contained in:
@ -89,7 +89,7 @@ const CGTownInstance * BattleProxy::getDefendedTown() const
|
||||
return subject->battleGetDefendedTown();
|
||||
}
|
||||
|
||||
si8 BattleProxy::getWallState(int partOfWall) const
|
||||
EWallState BattleProxy::getWallState(EWallPart partOfWall) const
|
||||
{
|
||||
return subject->battleGetWallState(partOfWall);
|
||||
}
|
||||
|
Reference in New Issue
Block a user