- revert the cast, since I didn't do it properly, and taniwha seems

intent on removing the check anyway.
This commit is contained in:
Adam Olsen 2001-11-29 07:12:03 +00:00
parent 0688e3a197
commit 2ac69ccae0

View file

@ -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) {