1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Draft of new Event conditions

This commit is contained in:
AlexVinS
2016-02-22 23:43:57 +03:00
parent dc5ad7d7b3
commit 4bcfb8c27d
5 changed files with 46 additions and 14 deletions

View File

@ -325,7 +325,7 @@ void CGObjectInstance::serializeJson(JsonSerializeFormat & handler)
if(handler.saving)
{
handler.serializeString("type", typeName);
handler.serializeString("subType", subTypeName);
handler.serializeString("subtype", subTypeName);
}
handler.serializeNumeric("x", pos.x);