From 1510cb458f37b79f29317dd293204c4e25010ab5 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 11 Feb 2025 21:12:07 +0300 Subject: [PATCH] public: fix another typo --- public/xash3d_mathlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/xash3d_mathlib.c b/public/xash3d_mathlib.c index a499dc49..082d5ca2 100644 --- a/public/xash3d_mathlib.c +++ b/public/xash3d_mathlib.c @@ -460,7 +460,7 @@ void R_StudioCalcBones( int frame, float s, const mstudiobone_t *pbone, const ms 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] ); int j = frame;