aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-05 16:03:45 -0600
committermegamage <none@none>2009-01-05 16:03:45 -0600
commit908776dd93a0c5f20439aff3104f5c07722f6656 (patch)
tree125255b2a287aeec5798588f964ebb6c952ebe24 /src/game/World.cpp
parent169dce868b90035633e395fb84454bbaf874a987 (diff)
*Some update of relocation notify.
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index c5ed1800132..daa305c8f92 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -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","./");