diff --git a/ref/soft/r_studio.c b/ref/soft/r_studio.c index 23729c08..6ca2b707 100644 --- a/ref/soft/r_studio.c +++ b/ref/soft/r_studio.c @@ -1320,7 +1320,7 @@ R_StudioDynamicLight */ void R_StudioDynamicLight( cl_entity_t *ent, alight_t *plight ) { - movevars_t *mv = gEngfuncs.pfnGetMoveVars(); + movevars_t *mv = tr.movevars; vec3_t lightDir, vecSrc, vecEnd; vec3_t origin, dist, finalLight; float add, radius, total;