Do not report the new <lod> XML node as an unknown node type

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14860 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2013-12-31 20:27:13 +00:00
parent 56dcb9b3a2
commit be691c9afc

View File

@@ -1900,6 +1900,10 @@ void Track::loadObjects(const XMLNode* root, const std::string& path, LodNodeLoa
{
// handled above
}
else if (name == "lod")
{
// handled above
}
else if (name == "subtitles")
{
std::vector<XMLNode*> subtitles;