- bugfix for loading saved scenario

This commit is contained in:
Mark Vejvoda 2012-03-31 20:33:56 +00:00
parent 152e83399d
commit 74910ea0b2
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
// =====================================================