mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
changed played time data type from float to double
This commit is contained in:
parent
9487bd33c3
commit
d6e2701dd6
@ -29,7 +29,7 @@ namespace ESM
|
||||
std::string mPlayerClass;
|
||||
std::string mPlayerCell;
|
||||
TimeStamp mInGameTime;
|
||||
float mTimePlayed;
|
||||
double mTimePlayed;
|
||||
|
||||
/// \todo add field for screenshot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user