1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

Removing the unloading cells part instead of just commenting them.

This commit is contained in:
vorenon 2013-02-28 15:58:03 +01:00
parent ffd96c7715
commit d4aa33b9a7

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;