- proper restore of meeting point

This commit is contained in:
Mark Vejvoda 2012-03-17 22:08:04 +00:00
parent 26b9cc73be
commit 6571281a48
1 changed files with 1 additions and 0 deletions

View File

@ -4074,6 +4074,7 @@ Unit * Unit::loadGame(const XmlNode *rootNode, GameSettings *settings, Faction *
//result->born();
}
result->meetingPos = Vec2i::strToVec2(unitNode->getAttribute("meetingPos")->getValue());
return result;
}