Shut the compiler up

This commit is contained in:
Wolfy 2020-04-21 19:25:18 -05:00
parent e33e15d87f
commit c52ce92016
1 changed files with 3 additions and 1 deletions

View File

@ -5074,7 +5074,9 @@ static void CL_SendClientKeepAlive(void)
static void SV_SendServerKeepAlive(void)
{
for (INT32 n = 1; n < MAXNETNODES; n++)
INT32 n;
for (n = 1; n < MAXNETNODES; n++)
{
if (nodeingame[n])
{