diable unaigned pointer access temprary, second one.

This commit is contained in:
Kim Kulling
2017-12-14 17:00:16 +01:00
parent 722420c5dc
commit eb0608f2e9

View File

@@ -415,7 +415,7 @@ void MDLImporter::InternReadFile_Quake1( )
else
{
// get the first frame in the group
BE_NCONST MDL::GroupFrame* pcFrames2 = (BE_NCONST MDL::GroupFrame*)pcFrames;
//BE_NCONST MDL::GroupFrame* pcFrames2 = (BE_NCONST MDL::GroupFrame*)pcFrames;
//pcFirstFrame = (BE_NCONST MDL::SimpleFrame*)(&pcFrames2->time + pcFrames->type);
ai_assert( false && "Unaligned pointer" );
}