Use full detail default

This commit is contained in:
Benau 2016-12-27 18:31:06 +08:00 committed by GitHub
parent 15469e555d
commit 8c5c85245f

View File

@ -679,7 +679,7 @@ namespace UserConfigParams
"1=enabled for humans, disabled for AIs; 2=enabled for all") );
PARAM_PREFIX IntUserConfigParam m_geometry_level
PARAM_DEFAULT( IntUserConfigParam(GEOLEVEL_2,
PARAM_DEFAULT( IntUserConfigParam(GEOLEVEL_0,
"geometry_level", &m_graphics_quality,
"Geometry quality 0=everything is displayed; "
"1=a few details are displayed; 2=lowest level, no details") );