1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Add setting for HD mod tournament rules dimension door limit

This commit is contained in:
Dydzio
2024-04-01 21:52:11 +02:00
parent 3f94d316cb
commit e5e14adb51
5 changed files with 19 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ enum class EGameSettings
DIMENSION_DOOR_ONLY_TO_UNCOVERED_TILES,
DIMENSION_DOOR_EXPOSES_TERRAIN_TYPE,
DIMENSION_DOOR_TRIGGERS_GUARDS,
DIMENSION_DOOR_TOURNAMENT_RULES_LIMIT,
OPTIONS_COUNT
};