1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 20:40:18 +00:00

Merge remote-tracking branch 'vorenon/master'

This commit is contained in:
Marc Zinnschlag 2013-02-28 18:32:08 +01:00
commit dff9e3d18f

View file

@ -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;