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

code review

This commit is contained in:
Laserlicht
2024-08-14 21:51:08 +02:00
parent e1fdac42fd
commit a42afa2910
13 changed files with 57 additions and 44 deletions

View File

@@ -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
};