1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Update ESerializationVersion.h

This commit is contained in:
kdmcser
2025-05-06 01:25:33 +08:00
committed by GitHub
parent 26f3d95b47
commit b8f222e7dd

View File

@@ -38,7 +38,7 @@ enum class ESerializationVersion : int32_t
NO_RAW_POINTERS_IN_SERIALIZER, // large rework that removed all non-owning pointers from serializer
STACK_INSTANCE_EXPERIENCE_FIX, // stack experience is stored as total, not as average
STACK_INSTANCE_ARMY_FIX, // remove serialization of army that owns stack instance
STORE_UID_COUNTER_IN_CMAP, // fix crash caused by conflicting instanceName after loading game
STORE_UID_COUNTER_IN_CMAP, // fix crash caused by conflicting instanceName after loading game
CURRENT = STORE_UID_COUNTER_IN_CMAP,