MCPcopy Create free account
hub / github.com/demoth/jake2 / AddLightStyles

Method AddLightStyles

client/src/main/java/jake2/client/CL_fx.java:179–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 * ================ CL_AddLightStyles ================
178 */
179 static void AddLightStyles() {
180 clightstyle_t ls;
181
182 for (int i = 0; i < cl_lightstyle.length; i++) {
183 ls = cl_lightstyle[i];
184 V.AddLightStyle(i, ls.value[0], ls.value[1], ls.value[2]);
185 }
186 }
187
188 /*
189 * =============== CL_AllocDlight

Callers 1

AddEntitiesMethod · 0.95

Calls 1

AddLightStyleMethod · 0.95

Tested by

no test coverage detected