From f5135b7542c511c8dd4b0dccaa8c6b15c4d754f2 Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Mon, 24 Sep 2001 19:41:42 +0000 Subject: [PATCH] - and THAT particular bug fix is going into nq too --- nq/source/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nq/source/sv_main.c b/nq/source/sv_main.c index 7ee407ce7..e6016cead 100644 --- a/nq/source/sv_main.c +++ b/nq/source/sv_main.c @@ -673,7 +673,7 @@ SV_UpdateToReliableMessages (void) // check for changes to be sent over the reliable streams for (i = 0, host_client = svs.clients; i < svs.maxclients; i++, host_client++) { - if (host_client->old_frags != SVfloat (host_client->edict, frags)) { + if (host_client->old_frags != (int) SVfloat (host_client->edict, frags)) { for (j = 0, client = svs.clients; j < svs.maxclients; j++, client++) { if (!client->active)