forked from mirror/openmw-tes3mp
Removing the unloading cells part instead of just commenting them.
This commit is contained in:
parent
ffd96c7715
commit
d4aa33b9a7
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue