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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user