mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Merge branch 'develop' into extended_statistic
This commit is contained in:
@@ -63,7 +63,8 @@ enum class ESerializationVersion : int32_t
|
||||
STATISTICS, // 852 - removed random number generators from library classes
|
||||
CAMPAIGN_REGIONS, // 853 - configurable campaign regions
|
||||
EVENTS_PLAYER_SET, // 854 - map & town events use std::set instead of bitmask to store player list
|
||||
STATISTICS_SCREEN, // 855 - extent statistic functions
|
||||
NEW_TOWN_BUILDINGS, // 855 - old bonusing buildings have been removed
|
||||
STATISTICS_SCREEN, // 856 - extent statistic functions
|
||||
|
||||
CURRENT = STATISTICS_SCREEN
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user