mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
A variety of suggested style tweaks
This commit is contained in:
@@ -132,12 +132,12 @@ void Zone::setTownType(si32 town)
|
||||
townType = town;
|
||||
}
|
||||
|
||||
TTerrain Zone::getTerrainType() const
|
||||
TTerrainId Zone::getTerrainType() const
|
||||
{
|
||||
return terrainType;
|
||||
}
|
||||
|
||||
void Zone::setTerrainType(TTerrain terrain)
|
||||
void Zone::setTerrainType(TTerrainId terrain)
|
||||
{
|
||||
terrainType = terrain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user