Merge pull request #3011 from qwertychouskie/patch-3

Prevent upgrades to 0.9.3 causing all particles to be disabled
This commit is contained in:
Deve 2017-11-04 00:00:46 +01:00 committed by GitHub
commit cc970c01a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -728,7 +728,7 @@ namespace UserConfigParams
#endif #endif
PARAM_PREFIX IntUserConfigParam m_graphical_effects PARAM_PREFIX IntUserConfigParam m_graphical_effects
PARAM_DEFAULT( IntUserConfigParam(2, "anim_gfx", PARAM_DEFAULT( IntUserConfigParam(2, "animate_graphics",
&m_graphics_quality, "Scenery animations: 0 disabled, 1 only important, 2 enabled") ); &m_graphics_quality, "Scenery animations: 0 disabled, 1 only important, 2 enabled") );
// This saves the actual user preference. // This saves the actual user preference.