mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Shut the compiler up
This commit is contained in:
parent
abc17c9448
commit
c40f1bf60d
1 changed files with 3 additions and 1 deletions
|
|
@ -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])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue