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

Merge branch 'develop' into battleonly

This commit is contained in:
Laserlicht
2025-10-28 14:42:27 +01:00
committed by GitHub
32 changed files with 292 additions and 62 deletions

View File

@@ -50,6 +50,7 @@ enum class ESerializationVersion : int32_t
BONUS_HIDDEN, // hidden bonus
MORE_MAP_LAYERS, // more map layers
CONFIGURABLE_RESOURCES, // configurable resources
CUSTOM_NAMES, // custom names
BATTLE_ONLY, // battle only mode
CURRENT = BATTLE_ONLY,