Changed a settings variable responsible for number of loaded exterior cells.

This commit is contained in:
Pawel Kubik 2015-07-24 21:54:58 +02:00
parent fcf9ae42f4
commit 47922f6c35
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ namespace MWWorld
std::string loadingExteriorText = "#{sLoadingMessage3}";
loadingListener->setLabel(loadingExteriorText);
const int halfGridSize = Settings::Manager::getInt("exterior grid size", "Cells")/2;
const int halfGridSize = Settings::Manager::getInt("exterior cell load distance", "Cells");
CellStoreCollection::iterator active = mActiveCells.begin();
while (active!=mActiveCells.end())

View file

@ -101,7 +101,7 @@ local map widget size = 512
local map hud widget size = 256
[Cells]
exterior grid size = 3
exterior cell load distance = 1
[Camera]
near clip = 5