]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
In Host_Main, loop until host.state == host_shutdown instead of infinitely.
[xonotic/darkplaces.git] / client.h
index 3a52a0b6ada4942063d9cd7572bd073671b97729..cec5b8e05e7495e0f705b163ff038a4bb924396e 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1518,7 +1518,7 @@ extern cvar_t cl_locs_enable;
 
 extern client_state_t cl;
 
-extern void CL_AllocLightFlash (entity_render_t *ent, matrix4x4_t *matrix, float radius, float red, float green, float blue, float decay, float lifetime, int cubemapnum, int style, int shadowenable, vec_t corona, vec_t coronasizescale, vec_t ambientscale, vec_t diffusescale, vec_t specularscale, int flags);
+extern void CL_AllocLightFlash (entity_render_t *ent, matrix4x4_t *matrix, float radius, float red, float green, float blue, float decay, float lifetime, char *cubemapname, int style, int shadowenable, vec_t corona, vec_t coronasizescale, vec_t ambientscale, vec_t diffusescale, vec_t specularscale, int flags);
 
 cl_locnode_t *CL_Locs_FindNearest(const vec3_t point);
 void CL_Locs_FindLocationName(char *buffer, size_t buffersize, vec3_t point);