mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-12 16:18:01 +00:00
ref: soft: remove GetMoveVars() call
This commit is contained in:
parent
f1cdab91eb
commit
acdf1da995
@ -1320,7 +1320,7 @@ R_StudioDynamicLight
|
|||||||
*/
|
*/
|
||||||
void R_StudioDynamicLight( cl_entity_t *ent, alight_t *plight )
|
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 lightDir, vecSrc, vecEnd;
|
||||||
vec3_t origin, dist, finalLight;
|
vec3_t origin, dist, finalLight;
|
||||||
float add, radius, total;
|
float add, radius, total;
|
||||||
|
Loading…
Reference in New Issue
Block a user