Add missing function call to set dates when changing a cell (eg, when loading a save file)

depth-refraction
Dan Vukelich 1 year ago
parent d899848d33
commit 1aa5a6fde3

@ -1014,6 +1014,8 @@ namespace MWWorld
mWorldScene->changeToInteriorCell(destinationCell->getNameId(), position, adjustPlayerPos, changeEvent);
addContainerScripts(getPlayerPtr(), getPlayerPtr().getCell());
mRendering->getCamera()->instantTransition();
mCurrentDate->setup(mGlobalVariables);
}
float World::getMaxActivationDistance() const

Loading…
Cancel
Save