mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- bugfix for loading saved scenario
This commit is contained in:
parent
152e83399d
commit
74910ea0b2
@ -77,7 +77,7 @@ void ScriptManagerMessage::loadGame(const XmlNode *rootNode) {
|
||||
text = scriptManagerMessageNode->getAttribute("text")->getValue();
|
||||
header = scriptManagerMessageNode->getAttribute("header")->getValue();
|
||||
factionIndex = scriptManagerMessageNode->getAttribute("factionIndex")->getIntValue();
|
||||
teamIndex = scriptManagerMessageNode->getAttribute("header")->getIntValue();
|
||||
teamIndex = scriptManagerMessageNode->getAttribute("teamIndex")->getIntValue();
|
||||
}
|
||||
|
||||
// =====================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user