mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
net_main.c (NET_SendToAll): Really change all occurances of state2 to msg_sent.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@201 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
a32d9f11bc
commit
0ea2624976
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ int NET_SendToAll (sizebuf_t *data, double blocktime)
|
|||
int i;
|
||||
int count = 0;
|
||||
qboolean msg_init[MAX_SCOREBOARD]; /* can we send */
|
||||
qboolean state2[MAX_SCOREBOARD]; /* did we send */
|
||||
qboolean msg_sent[MAX_SCOREBOARD]; /* did we send */
|
||||
|
||||
for (i = 0, host_client = svs.clients; i < svs.maxclients; i++, host_client++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue