mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
F_WaitingPlayersTicker() -> F_WaitingPlayersTicker(void)
This commit is contained in:
parent
23d9d1c26c
commit
17514a8870
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++;
|
finalecount++;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue