]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
corrected some svc_nop's to clc_nop's (same value but more correct)
[xonotic/darkplaces.git] / cl_parse.c
index b1cf5c21809f8df7b0745c27da024a166ff5067b..b4215c6da53fc5e64a55af9672571fe827340a60 100644 (file)
@@ -300,7 +300,7 @@ void CL_KeepaliveMessage (void)
                memset(&msg, 0, sizeof(msg));
                msg.data = buf;
                msg.maxsize = sizeof(buf);
-               MSG_WriteChar(&msg, svc_nop);
+               MSG_WriteChar(&msg, clc_nop);
                NetConn_SendUnreliableMessage(cls.netcon, &msg, cls.protocol);
        }
 }