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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user