mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@@ -140,11 +140,6 @@ std::vector<JsonNode> TerrainTypeHandler::loadLegacyData()
|
||||
return result;
|
||||
}
|
||||
|
||||
std::vector<bool> TerrainTypeHandler::getDefaultAllowed() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
bool TerrainType::isLand() const
|
||||
{
|
||||
return !isWater();
|
||||
|
||||
Reference in New Issue
Block a user