mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-11 04:37:38 +00:00
race timestamp now uses 'long long' instead of 'time_t' to prevent incompatibilities
This commit is contained in:
@@ -73,7 +73,7 @@ struct ghost {
|
||||
charstyle cs;
|
||||
int result;
|
||||
int checksum;
|
||||
time_t timestamp;
|
||||
long long timestamp;
|
||||
vector<ghostmoment> history;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user