1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

change datetime format

This commit is contained in:
Laserlicht
2024-10-30 23:23:56 +01:00
parent cb91397688
commit 452762cd78
4 changed files with 19 additions and 8 deletions

View File

@@ -65,6 +65,7 @@ enum class ESerializationVersion : int32_t
LOCAL_PLAYER_STATE_DATA, // 866 - player state contains arbitrary client-side data
REMOVE_TOWN_PTR, // 867 - removed pointer to CTown from CGTownInstance
REMOVE_OBJECT_TYPENAME, // 868 - remove typename from CGObjectInstance
FOLDER_NAME_REWORK, // 869 - rework foldername
CURRENT = REMOVE_OBJECT_TYPENAME
CURRENT = FOLDER_NAME_REWORK
};