diff --git a/engine/common/com_phys_ode.c b/engine/common/com_phys_ode.c index 41122641d..690e0e61a 100644 --- a/engine/common/com_phys_ode.c +++ b/engine/common/com_phys_ode.c @@ -1595,7 +1595,7 @@ static void World_ODE_Frame_JointFromEntity(world_t *world, wedict_t *ed) jgid = (dJointGroupID)jointgroup; } - ed->rbe.jointgroup = jgid; + ed->rbe.jointgroup = (int)jgid; } AngleVectorsFLU(angles, forward, left, up);