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