Configuration refactoring

This commit is contained in:
Janik Schlemminger
2014-08-30 19:22:48 +02:00
parent fdc723a1bc
commit 85a574fd5b
12 changed files with 185 additions and 177 deletions

View File

@@ -96,7 +96,7 @@ double queryDoubleParameter(XMLElement* node, string name)
bool queryBoolParameter(XMLElement* node, string name)
{
bool result;
XMLElement* element;
XMLElement* element;// = node->FirstChildElement("parameter");
for (element = node->FirstChildElement("parameter"); element != NULL;
element = element->NextSiblingElement("parameter"))
{