]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fix movement loss tracking
[xonotic/darkplaces.git] / host_cmd.c
index 635882da9a053ba1339fa79de81999355e01ce30..ece15660e47075d666f22f12139a9054b671f6bd 100644 (file)
@@ -2764,7 +2764,7 @@ void Host_Pings_f (void)
 
 void Host_PingPLReport_f(void)
 {
-       char **errbyte;
+       char *errbyte;
        int i;
        int l = Cmd_Argc();
        if (l > cl.maxclients)