Changed default value of m_network_steering_reduction to -1 to make

sure we test if this value is specified in stk_config.xml.
This commit is contained in:
hiker 2018-07-26 17:52:29 +10:00
parent 84c21c4af2
commit b12205332c

View File

@ -202,7 +202,7 @@ void STKConfig::init_defaults()
m_solver_iterations = -100;
m_solver_set_flags = 0;
m_solver_reset_flags = 0;
m_network_steering_reduction = 1.0f;
m_network_steering_reduction = -100;
m_title_music = NULL;
m_solver_split_impulse = false;
m_smooth_normals = false;