mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-05 07:51:13 +00:00
Shut the compiler up
This commit is contained in:
parent
e33e15d87f
commit
c52ce92016
1 changed files with 3 additions and 1 deletions
|
@ -5074,7 +5074,9 @@ static void CL_SendClientKeepAlive(void)
|
||||||
|
|
||||||
static void SV_SendServerKeepAlive(void)
|
static void SV_SendServerKeepAlive(void)
|
||||||
{
|
{
|
||||||
for (INT32 n = 1; n < MAXNETNODES; n++)
|
INT32 n;
|
||||||
|
|
||||||
|
for (n = 1; n < MAXNETNODES; n++)
|
||||||
{
|
{
|
||||||
if (nodeingame[n])
|
if (nodeingame[n])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue