mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use UINT32 time_t
This commit is contained in:
parent
2b8f71bec5
commit
4f2dccbf72
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ extern "C" {
|
||||||
struct serverplayer_t
|
struct serverplayer_t
|
||||||
{
|
{
|
||||||
uint8_t public_key[PUBKEYLENGTH];
|
uint8_t public_key[PUBKEYLENGTH];
|
||||||
time_t lastseen;
|
UINT32 lastseen;
|
||||||
UINT16 powerlevels[PWRLV_NUMTYPES];
|
UINT16 powerlevels[PWRLV_NUMTYPES];
|
||||||
|
|
||||||
UINT32 hash; // Not persisted! Used for early outs during key comparisons
|
UINT32 hash; // Not persisted! Used for early outs during key comparisons
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue