mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
changed played time data type from float to double
This commit is contained in:
parent
9487bd33c3
commit
d6e2701dd6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace ESM
|
|||
std::string mPlayerClass;
|
||||
std::string mPlayerCell;
|
||||
TimeStamp mInGameTime;
|
||||
float mTimePlayed;
|
||||
double mTimePlayed;
|
||||
|
||||
/// \todo add field for screenshot
|
||||
|
||||
|
|
Loading…
Reference in a new issue