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

Added per-team tracking of scouted state of an object

This commit is contained in:
Ivan Savenko
2024-08-30 15:24:13 +00:00
parent 785036836c
commit cb5df096c1
6 changed files with 47 additions and 59 deletions

View File

@@ -59,6 +59,7 @@ enum class ESerializationVersion : int32_t
CHRONICLES_SUPPORT, // 860 - support for heroes chronicles
PER_MAP_GAME_SETTINGS, // 861 - game settings are now stored per-map
CAMPAIGN_OUTRO_SUPPORT, // 862 - support for campaign outro video
REWARDABLE_BANKS, // 863 - team state contains list of scouted objects, coast visitable rewardable objects
CURRENT = CAMPAIGN_OUTRO_SUPPORT
CURRENT = REWARDABLE_BANKS
};