mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
This commit is contained in:
@ -1425,7 +1425,7 @@ void CAnimation::initFromJson(const JsonNode & config)
|
|||||||
{
|
{
|
||||||
JsonNode toAdd(JsonNode::DATA_STRUCT);
|
JsonNode toAdd(JsonNode::DATA_STRUCT);
|
||||||
JsonUtils::inherit(toAdd, base);
|
JsonUtils::inherit(toAdd, base);
|
||||||
toAdd["file"].String() = basepath + frame["file"].String();
|
toAdd["file"].String() = basepath + frame.String();
|
||||||
source[groupID].push_back(toAdd);
|
source[groupID].push_back(toAdd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user