]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fixed bullets-going-through-walls bug in q3bsp collision code, this was a really...
[xonotic/darkplaces.git] / host_cmd.c
index 721b76a5fe69d2a0ef2e10c139d1cbb14ae83119..cfa9bb3fcf9eb49e9f53677d4f6eb49d1a78afd6 100644 (file)
@@ -2230,7 +2230,7 @@ void Host_Packet_f (void) // credit: taken from QuakeWorld
        out = send+4;
        send[0] = send[1] = send[2] = send[3] = 0xff;
 
-       l = strlen (in);
+       l = (int)strlen (in);
        for (i=0 ; i<l ; i++)
        {
                if (out >= send + sizeof(send) - 1)