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:
Ozkan Sezer 2010-06-20 15:06:26 +00:00
parent a32d9f11bc
commit 0ea2624976
1 changed files with 1 additions and 1 deletions

View File

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