aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index ea2c670..df005e4 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -218,7 +218,7 @@ void WorldSystem::load(const std::string& file)
UserError("XML Error: <include> tag file not given");
}
- ixml = ixml->NextSiblingElement();
+ break;//ixml = ixml->NextSiblingElement();
}
if (xmlDoc.Parse(xmlRaw.data()) != XML_NO_ERROR)