mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 16:06:44 +00:00
replacing tabs with spaces
This commit is contained in:
parent
96b181bb54
commit
94bb97e766
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ namespace MWMechanics
|
||||||
for (Collection::const_iterator iter (prev.begin()); iter!=prev.end(); ++iter)
|
for (Collection::const_iterator iter (prev.begin()); iter!=prev.end(); ++iter)
|
||||||
{
|
{
|
||||||
Collection::const_iterator other = now.mCollection.find (iter->first);
|
Collection::const_iterator other = now.mCollection.find (iter->first);
|
||||||
if (other==now.end())
|
if (other==now.end())
|
||||||
{
|
{
|
||||||
result.add (iter->first, EffectParam() - iter->second);
|
result.add (iter->first, EffectParam() - iter->second);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue