public: fix another typo

This commit is contained in:
Alibek Omarov 2025-02-11 21:12:07 +03:00
parent 30cabb8107
commit 1510cb458f

View file

@ -460,7 +460,7 @@ void R_StudioCalcBones( int frame, float s, const mstudiobone_t *pbone, const ms
max = q != NULL ? 6 : 3; max = q != NULL ? 6 : 3;
for( ; i < max; i++ ) for( i = 0; i < max; i++ )
{ {
mstudioanimvalue_t *panimvalue = (mstudioanimvalue_t *)((byte *)panim + panim->offset[i] ); mstudioanimvalue_t *panimvalue = (mstudioanimvalue_t *)((byte *)panim + panim->offset[i] );
int j = frame; int j = frame;