Skip to content

Commit

Permalink
Move fix to a more logical place
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Vukelich committed Apr 9, 2023
1 parent 1aa5a6f commit 7f2acfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions apps/openmw/mwworld/worldimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,6 @@ namespace MWWorld
mWorldScene->changeToInteriorCell(destinationCell->getNameId(), position, adjustPlayerPos, changeEvent);
addContainerScripts(getPlayerPtr(), getPlayerPtr().getCell());
mRendering->getCamera()->instantTransition();

mCurrentDate->setup(mGlobalVariables);
}

float World::getMaxActivationDistance() const
Expand Down Expand Up @@ -2411,6 +2409,7 @@ namespace MWWorld
void World::saveLoaded()
{
mStore.validateDynamic();
mCurrentDate->setup(mGlobalVariables);
}

void World::setupPlayer()
Expand Down

0 comments on commit 7f2acfe

Please sign in to comment.