mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-19 01:03:14 +00:00
race timestamp now uses 'long long' instead of 'time_t' to prevent incompatibilities
This commit is contained in:
parent
a9bf8304a4
commit
370de4c735
@ -73,7 +73,7 @@ struct ghost {
|
||||
charstyle cs;
|
||||
int result;
|
||||
int checksum;
|
||||
time_t timestamp;
|
||||
long long timestamp;
|
||||
vector<ghostmoment> history;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user