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

Native terrain is now required for faction, opt-out with value "none"

This commit is contained in:
Ivan Savenko
2023-01-17 22:59:14 +02:00
parent 707de75ac0
commit 633b9ef3be
5 changed files with 10 additions and 5 deletions

View File

@@ -1234,7 +1234,7 @@ enum class ETerrainId {
LAVA,
WATER,
ROCK,
ORIGINAL_TERRAIN_COUNT
ORIGINAL_REGULAR_TERRAIN_COUNT = ROCK
};
using TerrainId = Identifier<ETerrainId>;