From 2ac69ccae0f4a0f38a5b01a6f64eec07bd750eb9 Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Thu, 29 Nov 2001 07:12:03 +0000 Subject: [PATCH] - revert the cast, since I didn't do it properly, and taniwha seems intent on removing the check anyway. --- qw/source/net_chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/net_chan.c b/qw/source/net_chan.c index 250e23fd1..5ebe64adc 100644 --- a/qw/source/net_chan.c +++ b/qw/source/net_chan.c @@ -287,7 +287,7 @@ Netchan_Transmit (netchan_t *chan, int length, byte * data) // send the qport if we are a client if (!is_server) - MSG_WriteShort (&send, (unsigned short) cls.qport); + MSG_WriteShort (&send, cls.qport); // copy the reliable message to the packet first if (send_reliable) {