Commit 11c9f236 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix incorrect inintialization

parent baccb330
Loading
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -1318,13 +1318,14 @@ int main(
        {
            for ( i = 0; i < num_subframes; i++ )
            {
                headRot[i].w = -3.0f;
                headRot[i].x = 0.0f;
                headRot[i].y = 0.0f;
                headRot[i].z = 0.0f;
                Pos[i].x = 0.0f;
                Pos[i].y = 0.0f;
                Pos[i].z = 0.0f;
                headRot[i].w_fx = -12582912;
                headRot[i].x_fx = 0;
                headRot[i].y_fx = 0;
                headRot[i].z_fx = 0;
                headRot[i].q_fact = 22;
                Pos[i].x_fx = 0;
                Pos[i].y_fx = 0;
                Pos[i].z_fx = 0;
            }
        }