]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
more size_t
[xonotic/darkplaces.git] / cl_parse.c
index 6cfe6acf3ad19b18a8ffda7df8f8a54c99e9b0da..20e9e70a62792f53adcdc5b511cc0216218898eb 100644 (file)
@@ -1489,7 +1489,7 @@ void CL_ParseServerMessage(void)
                                Host_Error ("svc_lightstyle >= MAX_LIGHTSTYLES");
                        strlcpy (cl_lightstyle[i].map,  MSG_ReadString(), sizeof (cl_lightstyle[i].map));
                        cl_lightstyle[i].map[MAX_STYLESTRING - 1] = 0;
-                       cl_lightstyle[i].length = strlen(cl_lightstyle[i].map);
+                       cl_lightstyle[i].length = (int)strlen(cl_lightstyle[i].map);
                        break;
 
                case svc_sound: