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
{
char name[16];
INT32 time;
INT32 lap;
tic_t time;
tic_t lap;
};
/** Map header information.