staffbrief_t: Change datatype of stored times to tic_t

This commit is contained in:
toaster 2023-02-04 21:01:49 +00:00
parent 75ffdf06cd
commit ed07a74fb4

View file

@ -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.