aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorKitto Flora2010-05-07 14:12:07 -0400
committerKitto Flora2010-05-07 14:12:07 -0400
commitadd7abc1de2fce8db4c6d01cc4b5305bafa4bd87 (patch)
tree0702163cbc70db84315787c8caa98671b570df1a /OpenSim/Region/Framework/Scenes/Scene.cs
parentFix Av jump motion S/W (diff)
downloadopensim-SC_OLD-add7abc1de2fce8db4c6d01cc4b5305bafa4bd87.zip
opensim-SC_OLD-add7abc1de2fce8db4c6d01cc4b5305bafa4bd87.tar.gz
opensim-SC_OLD-add7abc1de2fce8db4c6d01cc4b5305bafa4bd87.tar.bz2
opensim-SC_OLD-add7abc1de2fce8db4c6d01cc4b5305bafa4bd87.tar.xz
Fix Mouse+WASD makes Av rise; Fix PREJUMP.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index db073e8..665fb4c 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -613,7 +613,7 @@ namespace OpenSim.Region.Framework.Scenes
613 m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false); 613 m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false);
614 // TODO: Change default to true once the feature is supported 614 // TODO: Change default to true once the feature is supported
615 m_usePreJump = startupConfig.GetBoolean("enableprejump", false); 615 m_usePreJump = startupConfig.GetBoolean("enableprejump", false);
616 616 m_usePreJump = true; // Above line fails!?
617 m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys); 617 m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys);
618 if (RegionInfo.NonphysPrimMax > 0) 618 if (RegionInfo.NonphysPrimMax > 0)
619 { 619 {