Added dummy names to anonymous unions and structs in 3ds

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@47 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2008-05-28 21:48:01 +00:00
parent 74dfe61c1e
commit cbbb704198
7 changed files with 73 additions and 70 deletions

View File

@@ -1567,7 +1567,7 @@ __EARTHQUAKE_XXL:
if(!SkipSpaces(this->m_szFile,&this->m_szFile))
BLUBB("Unable to parse *MESH_FACE Element: Unexpected EOL. Vertex index ecpected [#4]")
out.mIndices[iIndex] = strtol10(this->m_szFile,&this->m_szFile);
out.a.mIndices[iIndex] = strtol10(this->m_szFile,&this->m_szFile);
}
// now we need to skip the AB, BC, CA blocks.