mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-28 03:57:02 +02:00
Fix crash on loading vmap's
This commit is contained in:
parent
8582bd7d66
commit
4947baebee
@ -685,6 +685,9 @@ void CGSeerHut::serializeJsonOptions(JsonSerializeFormat & handler)
|
|||||||
auto s = handler.enterStruct("reward");
|
auto s = handler.enterStruct("reward");
|
||||||
const JsonNode & rewardsJson = handler.getCurrent();
|
const JsonNode & rewardsJson = handler.getCurrent();
|
||||||
|
|
||||||
|
if (rewardsJson.Struct().empty())
|
||||||
|
return;
|
||||||
|
|
||||||
std::string fullIdentifier;
|
std::string fullIdentifier;
|
||||||
std::string metaTypeName;
|
std::string metaTypeName;
|
||||||
std::string scope;
|
std::string scope;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user