1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

code review

This commit is contained in:
Laserlicht
2024-11-14 00:34:39 +01:00
committed by GitHub
parent 0e5711f8bf
commit 0f94f35dcf
5 changed files with 44 additions and 42 deletions

View File

@ -66,8 +66,7 @@ enum class ESerializationVersion : int32_t
REMOVE_TOWN_PTR, // 867 - removed pointer to CTown from CGTownInstance
REMOVE_OBJECT_TYPENAME, // 868 - remove typename from CGObjectInstance
REMOVE_VLC_POINTERS, // 869 removed remaining pointers to VLC entities
FOLDER_NAME_REWORK, // 870 - rework foldername
LOBBY_DELETE, // 871 - possibility to delete savegames and random maps
CURRENT = LOBBY_DELETE
FOLDER_NAME_REWORK, // 870 - rework foldername
CURRENT = FOLDER_NAME_REWORK
};