forked from teamnwah/openmw-tes3coop
Fix applying of weather changes after serving a jail sentence
This commit is contained in:
parent
6facce9d13
commit
c9bfe01120
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ void WeatherManager::update(float duration, bool paused)
|
||||||
MWBase::World& world = *MWBase::Environment::get().getWorld();
|
MWBase::World& world = *MWBase::Environment::get().getWorld();
|
||||||
TimeStamp time = world.getTimeStamp();
|
TimeStamp time = world.getTimeStamp();
|
||||||
|
|
||||||
if(!paused)
|
if(!paused || mFastForward)
|
||||||
{
|
{
|
||||||
// Add new transitions when either the player's current external region changes.
|
// Add new transitions when either the player's current external region changes.
|
||||||
std::string playerRegion = Misc::StringUtils::lowerCase(player.getCell()->getCell()->mRegion);
|
std::string playerRegion = Misc::StringUtils::lowerCase(player.getCell()->getCell()->mRegion);
|
||||||
|
|
Loading…
Reference in a new issue