*Some update of relocation notify.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-05 16:03:45 -06:00
parent 169dce868b
commit 908776dd93
8 changed files with 56 additions and 27 deletions

View File

@@ -948,6 +948,7 @@ void World::LoadConfigSettings(bool reload)
}
if(m_MaxVisibleDistance < m_MaxVisibleDistanceInFlight)
m_MaxVisibleDistance = m_MaxVisibleDistanceInFlight;
m_MaxVisibleDistance += 1.0f;
///- Read the "Data" directory from the config file
std::string dataPath = sConfig.GetStringDefault("DataDir","./");