1
0
Fork 0
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:
psi29a 2023-04-10 15:31:49 +00:00
commit e0e3a2698b
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -2409,6 +2409,7 @@ namespace MWWorld
void World::saveLoaded()
{
mStore.validateDynamic();
mCurrentDate->setup(mGlobalVariables);
}
void World::setupPlayer()