mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Converted (almost) all namespace enum's to enum classes
This commit is contained in:
@@ -269,7 +269,7 @@ bool RmgMap::isRoad(const int3& tile) const
|
||||
return tiles[tile.x][tile.y][tile.z].isRoad();
|
||||
}
|
||||
|
||||
void RmgMap::setOccupied(const int3 &tile, ETileType::ETileType state)
|
||||
void RmgMap::setOccupied(const int3 &tile, ETileType state)
|
||||
{
|
||||
assertOnMap(tile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user