Browse Source

diable unaigned pointer access temprary, second one.

Kim Kulling 7 years ago
parent
commit
eb0608f2e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/MDLLoader.cpp

+ 1 - 1
code/MDLLoader.cpp

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