Skip to content

Commit

Permalink
Add "Simple Skies" to Performance Options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Nov 4, 2024
1 parent 7dc2181 commit 40290d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source_files/edge/m_option.cc
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ static OptionMenuDefinition gameplay_optmenu = {playoptions,
//
static OptionMenuItem perfoptions[] = {
{kOptionMenuItemTypeSwitch, "Detail Level", "Low/Medium/High", 3, &detail_level, OptionMenuChangeMipMap, nullptr},
{kOptionMenuItemTypeBoolean, "Simple Skies", YesNo, 2, &renderer_dumb_sky.d_,
OptionMenuUpdateConsoleVariableFromInt, "Speeds up sky drawing, but breaks sky flooding and other hacks", &renderer_dumb_sky},
{kOptionMenuItemTypeBoolean, "Draw Distance Culling", YesNo, 2, &draw_culling.d_,
OptionMenuUpdateConsoleVariableFromInt, "Sector/Level Fog will be disabled when this is On", &draw_culling},
{kOptionMenuItemTypeSlider, "Maximum Draw Distance", nullptr, 0, &draw_culling_distance.f_,
Expand Down

0 comments on commit 40290d4

Please sign in to comment.