Searched refs:cl_lightstyle (Results 1 – 11 of 11) sorted by relevance
43 if (!cl_lightstyle[j].length) in R_AnimateLight()48 k = i % cl_lightstyle[j].length; in R_AnimateLight()49 k = cl_lightstyle[j].map[k] - 'a'; in R_AnimateLight()
42 if (!cl_lightstyle[j].length) in R_AnimateLight()47 k = i % cl_lightstyle[j].length; in R_AnimateLight()48 k = cl_lightstyle[j].map[k] - 'a'; in R_AnimateLight()
90 lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES]; variable387 memset (cl_lightstyle, 0, sizeof(cl_lightstyle)); in CL_ClearState()
1200 Q_strcpy (cl_lightstyle[i].map, MSG_ReadString()); in CL_ParseServerMessage()1201 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
337 extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
625 MSG_WriteString (&buf, cl_lightstyle[i].map); in CL_Record_f()
50 lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES]; variable78 memset (cl_lightstyle, 0, sizeof(cl_lightstyle)); in CL_ClearState()
826 Q_strcpy (cl_lightstyle[i].map, MSG_ReadString()); in CL_ParseServerMessage()827 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
282 extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];