Merge remote-tracking branch 'pkubik/distance-setting'

This commit is contained in:
Marc Zinnschlag 2015-07-26 11:01:12 +02:00
commit b2fdfbcfe4
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