|
@@ -208,7 +208,7 @@ void CGMine::blockingDialogAnswered(const CGHeroInstance *hero, ui32 answer) con
|
|
|
void CGMine::serializeJsonOptions(JsonSerializeFormat & handler)
|
|
|
{
|
|
|
CArmedInstance::serializeJsonOptions(handler);
|
|
|
-
|
|
|
+ serializeJsonOwner(handler);
|
|
|
if(isAbandoned())
|
|
|
{
|
|
|
if(handler.saving)
|
|
@@ -239,10 +239,6 @@ void CGMine::serializeJsonOptions(JsonSerializeFormat & handler)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- else
|
|
|
- {
|
|
|
- serializeJsonOwner(handler);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
GameResID CGResource::resourceID() const
|