forked from teamnwah/openmw-tes3coop
Merge remote-tracking branch 'xethik/master'
This commit is contained in:
commit
96b181bb54
2 changed files with 2 additions and 3 deletions
|
@ -585,7 +585,7 @@ namespace MWInput
|
|||
mPlayer->pitch(-y/scale);
|
||||
}
|
||||
|
||||
if (arg.zrel)
|
||||
if (arg.zrel && mControlSwitch["playerviewswitch"]) //Check to make sure you are allowed to zoomout and there is a change
|
||||
{
|
||||
MWBase::Environment::get().getWorld()->changeVanityModeScale(arg.zrel);
|
||||
MWBase::Environment::get().getWorld()->setCameraDistance(arg.zrel, true, true);
|
||||
|
|
|
@ -151,8 +151,7 @@ namespace MWMechanics
|
|||
for (Collection::const_iterator iter (prev.begin()); iter!=prev.end(); ++iter)
|
||||
{
|
||||
Collection::const_iterator other = now.mCollection.find (iter->first);
|
||||
|
||||
if (other==prev.end())
|
||||
if (other==now.end())
|
||||
{
|
||||
result.add (iter->first, EffectParam() - iter->second);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue