diff --git a/lib/serializer/ESerializationVersion.h b/lib/serializer/ESerializationVersion.h index a39edc4c8..9d36ea3ae 100644 --- a/lib/serializer/ESerializationVersion.h +++ b/lib/serializer/ESerializationVersion.h @@ -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,