mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-02 05:42:35 +00:00
- revert the cast, since I didn't do it properly, and taniwha seems
intent on removing the check anyway.
This commit is contained in:
parent
0688e3a197
commit
2ac69ccae0
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ Netchan_Transmit (netchan_t *chan, int length, byte * data)
|
||||||
|
|
||||||
// send the qport if we are a client
|
// send the qport if we are a client
|
||||||
if (!is_server)
|
if (!is_server)
|
||||||
MSG_WriteShort (&send, (unsigned short) cls.qport);
|
MSG_WriteShort (&send, cls.qport);
|
||||||
|
|
||||||
// copy the reliable message to the packet first
|
// copy the reliable message to the packet first
|
||||||
if (send_reliable) {
|
if (send_reliable) {
|
||||||
|
|
Loading…
Reference in a new issue