()
| 127 | * ================ CL_ClearLightStyles ================ |
| 128 | */ |
| 129 | static void ClearLightStyles() { |
| 130 | //memset (cl_lightstyle, 0, sizeof(cl_lightstyle)); |
| 131 | for (int i = 0; i < cl_lightstyle.length; i++) |
| 132 | cl_lightstyle[i].clear(); |
| 133 | lastofs = -1; |
| 134 | } |
| 135 | |
| 136 | /* |
| 137 | * ================ CL_RunLightStyles ================ |