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

refresh list

This commit is contained in:
Laserlicht
2024-11-01 00:52:19 +01:00
parent 38c25cd13e
commit 164aac4db2
5 changed files with 23 additions and 6 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
LOBBY_DELETE, // 869 - possibility to delete savegames and random maps
CURRENT = REMOVE_OBJECT_TYPENAME
CURRENT = LOBBY_DELETE
};