worked on getting assimpl compiled on BE

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@201 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
alil
2008-10-28 23:18:06 +00:00
parent e9dc280739
commit ef3cd69ae6
10 changed files with 80 additions and 75 deletions

View File

@@ -67,7 +67,7 @@ void LWOImporter::LoadLWOBFile()
throw new ImportErrorException("LWOB: Invalid chunk length");
break;
}
LE_NCONST uint8_t* const next = mFileBuffer+head->length;
uint8_t* const next = mFileBuffer+head->length;
switch (head->type)
{
// vertex list
@@ -220,7 +220,7 @@ void LWOImporter::LoadLWOBSurface(unsigned int size)
if (mFileBuffer + head->length > end)
throw new ImportErrorException("LWOB: Invalid surface chunk length");
LE_NCONST uint8_t* const next = mFileBuffer+head->length;
uint8_t* const next = mFileBuffer+head->length;
switch (head->type)
{
// diffuse color