mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 22:42:46 +00:00
staffbrief_t: Change datatype of stored times to tic_t
This commit is contained in:
parent
75ffdf06cd
commit
ed07a74fb4
1 changed files with 2 additions and 2 deletions
|
|
@ -365,8 +365,8 @@ extern UINT16 numkartcupheaders;
|
||||||
struct staffbrief_t
|
struct staffbrief_t
|
||||||
{
|
{
|
||||||
char name[16];
|
char name[16];
|
||||||
INT32 time;
|
tic_t time;
|
||||||
INT32 lap;
|
tic_t lap;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Map header information.
|
/** Map header information.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue