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