mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
read reservedCampaignHeroes
from vmaps
This commit is contained in:
parent
ff33fbd3a0
commit
355bf4ec3e
@ -329,6 +329,8 @@ void CMapFormatJson::serializeHeader(JsonSerializeFormat & handler)
|
||||
|
||||
handler.serializeStruct("defeatMessage", mapHeader->defeatMessage);
|
||||
handler.serializeInt("defeatIconIndex", mapHeader->defeatIconIndex);
|
||||
|
||||
handler.serializeIdArray("reservedCampaignHeroes", mapHeader->reservedCampaignHeroes);
|
||||
}
|
||||
|
||||
void CMapFormatJson::serializePlayerInfo(JsonSerializeFormat & handler)
|
||||
|
Loading…
Reference in New Issue
Block a user