mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-03 14:11:34 +00:00
Merge branch 'fix-load-time' into 'master'
Initialize the date when loading a cell Closes #7320 See merge request OpenMW/openmw!2911
This commit is contained in:
commit
e0e3a2698b
2 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ Programmers
|
|||
Cory F. Cohen (cfcohen)
|
||||
Cris Mihalache (Mirceam)
|
||||
crussell187
|
||||
DanielVukelich
|
||||
Dan Vukelich (sanchezman)
|
||||
darkf
|
||||
David Cernat (davidcernat)
|
||||
Declan Millar (declan-millar)
|
||||
|
|
|
@ -2409,6 +2409,7 @@ namespace MWWorld
|
|||
void World::saveLoaded()
|
||||
{
|
||||
mStore.validateDynamic();
|
||||
mCurrentDate->setup(mGlobalVariables);
|
||||
}
|
||||
|
||||
void World::setupPlayer()
|
||||
|
|
Loading…
Reference in a new issue