mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
code review
This commit is contained in:
@@ -63,6 +63,7 @@ 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
|
||||
|
||||
CURRENT = EVENTS_PLAYER_SET
|
||||
CURRENT = STATISTICS_SCREEN
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user