mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 16:32:33 +00:00
Use tic_t
This commit is contained in:
parent
4f73e26661
commit
11930b41bf
1 changed files with 1 additions and 1 deletions
|
|
@ -5433,7 +5433,7 @@ static tic_t gametime = 0;
|
|||
|
||||
static void UpdatePingTable(void)
|
||||
{
|
||||
int fastest;
|
||||
tic_t fastest;
|
||||
tic_t lag;
|
||||
|
||||
INT32 i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue