mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
[Client] Fix compilation error on Linux regarding Timestamp constructor
This commit is contained in:
parent
94b211dd4f
commit
ea57aaef34
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ void ObjectList::setGoldPoolsForObjects(MWWorld::CellStore* cellStore)
|
|||
|
||||
LOG_APPEND(TimedLog::LOG_VERBOSE, "-- Setting last gold restock time to %f hours and %i days passed",
|
||||
baseObject.lastGoldRestockHour, baseObject.lastGoldRestockDay);
|
||||
ptrFound.getClass().getCreatureStats(ptrFound).setLastRestockTime(MWWorld::TimeStamp::TimeStamp(baseObject.lastGoldRestockHour,
|
||||
ptrFound.getClass().getCreatureStats(ptrFound).setLastRestockTime(MWWorld::TimeStamp(baseObject.lastGoldRestockHour,
|
||||
baseObject.lastGoldRestockDay));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue