mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -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 mPlayerClass;
|
||||||
std::string mPlayerCell;
|
std::string mPlayerCell;
|
||||||
TimeStamp mInGameTime;
|
TimeStamp mInGameTime;
|
||||||
float mTimePlayed;
|
double mTimePlayed;
|
||||||
|
|
||||||
/// \todo add field for screenshot
|
/// \todo add field for screenshot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user