mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 04:45:32 +00:00
Remove unused variable
This commit is contained in:
parent
5a00b239ac
commit
f299f26720
1 changed files with 0 additions and 4 deletions
|
@ -538,13 +538,9 @@ namespace MWWorld
|
|||
std::cout << "Changing to interior\n";
|
||||
|
||||
// unload
|
||||
int current = 0;
|
||||
CellStoreCollection::iterator active = mActiveCells.begin();
|
||||
while (active!=mActiveCells.end())
|
||||
{
|
||||
unloadCell (active++);
|
||||
++current;
|
||||
}
|
||||
|
||||
int refsToLoad = cell->count();
|
||||
loadingListener->setProgressRange(refsToLoad);
|
||||
|
|
Loading…
Reference in a new issue