mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-24 03:42:23 +00:00
F_WaitingPlayersTicker() -> F_WaitingPlayersTicker(void)
This commit is contained in:
parent
7b82d0e695
commit
7e7f4dc5bc
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ void F_StartWaitingPlayers(void)
|
|||
}
|
||||
}
|
||||
|
||||
void F_WaitingPlayersTicker()
|
||||
void F_WaitingPlayersTicker(void)
|
||||
{
|
||||
finalecount++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue