mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
First version that compiles
This commit is contained in:
@@ -61,14 +61,14 @@ ETileType::ETileType TileInfo::getTileType() const
|
||||
return occupied;
|
||||
}
|
||||
|
||||
Terrain TileInfo::getTerrainType() const
|
||||
TTerrain TileInfo::getTerrainType() const
|
||||
{
|
||||
return terrain;
|
||||
}
|
||||
|
||||
void TileInfo::setTerrainType(Terrain value)
|
||||
void TileInfo::setTerrainType(TTerrain type)
|
||||
{
|
||||
terrain = value;
|
||||
terrain = type;
|
||||
}
|
||||
|
||||
void TileInfo::setRoadType(const std::string & value)
|
||||
|
||||
Reference in New Issue
Block a user