diff --git a/src/states_screens/options_screen_video.cpp b/src/states_screens/options_screen_video.cpp index 6939a9e15..dcd77639b 100644 --- a/src/states_screens/options_screen_video.cpp +++ b/src/states_screens/options_screen_video.cpp @@ -95,6 +95,13 @@ static GFXPreset GFX_PRESETS[] = false /* depth of field */, false /* global illumination */, false /* degraded IBL */, 1 /* hd_textures */ }, + { + true /* light */, 512 /* shadow */, true /* bloom */, true /* motionblur */, + true /* lightshaft */, true /* glow */, true /* mlaa */, true /* ssao */, true /* weather */, + true /* animatedScenery */, 2 /* animatedCharacters */, 16 /* anisotropy */, + true /* depth of field */, false /* global illumination */, false /* degraded IBL */, 1 /* hd_textures */ + }, + { true /* light */, 1024 /* shadow */, true /* bloom */, true /* motionblur */, true /* lightshaft */, true /* glow */, true /* mlaa */, true /* ssao */, true /* weather */, @@ -103,7 +110,7 @@ static GFXPreset GFX_PRESETS[] = } }; -static const int GFX_LEVEL_AMOUNT = 5; +static const int GFX_LEVEL_AMOUNT = 6; struct Resolution {