Merge remote-tracking branch 'vorenon/master'

actorid
Marc Zinnschlag 12 years ago
commit dff9e3d18f

@ -217,7 +217,6 @@ namespace MWWorld
}
}
MWBase::Environment::get().getWindowManager ()->setLoadingProgress ("Unloading cells", 0, current, numUnload);
unloadCell (active++);
++current;
}
@ -360,7 +359,6 @@ namespace MWWorld
active = mActiveCells.begin();
while (active!=mActiveCells.end())
{
MWBase::Environment::get().getWindowManager ()->setLoadingProgress ("Unloading cells", 0, current, numUnload);
unloadCell (active++);
++current;

Loading…
Cancel
Save