mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
scenario name for campaigns
This commit is contained in:
@@ -60,6 +60,7 @@ enum class ESerializationVersion : int32_t
|
||||
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
|
||||
REGION_LABEL, // 864 - labels for campaign regions
|
||||
|
||||
CURRENT = REWARDABLE_BANKS
|
||||
CURRENT = REGION_LABEL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user