mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- proper restore of meeting point
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user