]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
ODE: joints
[xonotic/darkplaces.git] / cl_main.c
index af8c3103a53c1858cfef06dfbdd2ef12ab3decab..bf4d1d80ebf2ecdf94345141f39937b65468bb23 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1001,6 +1001,7 @@ void CL_UpdateNetworkEntity(entity_t *e, int recursionlimit, qboolean interpolat
        // if model is alias or this is a tenebrae-like dlight, reverse pitch direction
        else if (e->state_current.lightpflags & PFLAGS_FULLDYNAMIC)
                angles[0] = -angles[0];
+               // NOTE: this must be synced to SV_GetPitchSign!
 
        if ((e->render.effects & EF_ROTATE) && !(e->render.flags & RENDER_VIEWMODEL))
        {