mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 20:22:31 +01:00
- proper restore of meeting point
This commit is contained in:
parent
26b9cc73be
commit
6571281a48
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user