mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
make town title editable
This commit is contained in:
@@ -50,8 +50,9 @@ enum class ESerializationVersion : int32_t
|
||||
BONUS_HIDDEN, // hidden bonus
|
||||
MORE_MAP_LAYERS, // more map layers
|
||||
CONFIGURABLE_RESOURCES, // configurable resources
|
||||
CUSTOM_NAMES, // custom names
|
||||
|
||||
CURRENT = CONFIGURABLE_RESOURCES,
|
||||
CURRENT = CUSTOM_NAMES,
|
||||
};
|
||||
|
||||
static_assert(ESerializationVersion::MINIMAL <= ESerializationVersion::CURRENT, "Invalid serialization version definition!");
|
||||
|
||||
Reference in New Issue
Block a user