mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 02:41:56 +00:00
Minor whitespace
This commit is contained in:
parent
b28b7bf1bf
commit
0251814095
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ static void P_NetUnArchivePlayers(void)
|
|||
for (j = 0; j < MAXPREDICTTICS; j++)
|
||||
{
|
||||
players[i].lturn_max[j] = READINT16(save_p);
|
||||
players[i].rturn_max[j] = READINT16(save_p);
|
||||
players[i].rturn_max[j] = READINT16(save_p);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue