mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-03 17:01:17 +00:00
Fix Windows build.
Note to me: Ask contributors if they've tested their changes on Windows.
This commit is contained in:
parent
ee4135fd0a
commit
4443d0a2eb
1 changed files with 2 additions and 1 deletions
|
@ -724,7 +724,8 @@ NET_SendPacket(netsrc_t sock, int length, void *data, netadr_t to)
|
|||
|
||||
if (multicast_interface != NULL)
|
||||
{
|
||||
char mcast_addr[128], mcast_port[10]
|
||||
char mcast_addr[128];
|
||||
char mcast_port[10];
|
||||
|
||||
Com_sprintf(mcast_addr, sizeof(mcast_addr), "%s", tmp);
|
||||
Com_sprintf(mcast_port, sizeof(mcast_port), "%d",
|
||||
|
|
Loading…
Reference in a new issue