mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
code review
This commit is contained in:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user