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

Add save compatibility

This commit is contained in:
Ivan Savenko
2024-08-26 18:55:15 +00:00
parent 37658478fa
commit e5f1d60298
5 changed files with 31 additions and 6 deletions

View File

@@ -66,6 +66,7 @@ enum class ESerializationVersion : int32_t
NEW_TOWN_BUILDINGS, // 855 - old bonusing buildings have been removed
STATISTICS_SCREEN, // 856 - extent statistic functions
NEW_MARKETS, // 857 - reworked market classes
PLAYER_STATE_OWNED_OBJECTS, // 858 - player state stores all owned objects in a single list
CURRENT = NEW_MARKETS
CURRENT = PLAYER_STATE_OWNED_OBJECTS
};