This commit is contained in:
Thilo Schulz 2010-08-30 23:21:34 +00:00
parent eb2860f756
commit a13aaa8b0b
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ static qboolean R_LoadMDR( model_t *mod, void *buffer, int filesize, const char
((float *)frame->bones)[j] = LittleFloat( ((float *)curframe->bones)[j] );
}
curframe = (mdrFrame_t *) &cframe->bones[j];
curframe = (mdrFrame_t *) &curframe->bones[j];
frame = (mdrFrame_t *) &frame->bones[j];
}
}