1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Remove T prefix from new typedefs

This commit is contained in:
Tomasz Zieliński
2022-09-29 11:44:46 +02:00
parent 475f835769
commit 20c102e648
65 changed files with 145 additions and 145 deletions

View File

@@ -68,7 +68,7 @@ std::vector<BattleHex> ObstacleInfo::getBlocked(BattleHex hex) const
return ret;
}
bool ObstacleInfo::isAppropriate(const TTerrainId terrainType, const BattleField & battlefield) const
bool ObstacleInfo::isAppropriate(const TerrainId terrainType, const BattleField & battlefield) const
{
auto bgInfo = battlefield.getInfo();