From 85434a853957ae5315594f72561dd1a745549727 Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 25 Sep 2018 21:14:25 +0200 Subject: a --- internal_rewrite/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal_rewrite/ui.h') diff --git a/internal_rewrite/ui.h b/internal_rewrite/ui.h index 36d2f7d..3df7e23 100644 --- a/internal_rewrite/ui.h +++ b/internal_rewrite/ui.h @@ -639,6 +639,7 @@ namespace ui removals_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "no smoke" ), &g_settings.misc.no_smoke ) ); removals_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "transparent viewmodel" ), &g_settings.misc.transparent_vm ) ); removals_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "no post processing" ), &g_settings.misc.disable_post_process ) ); + removals_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "no cascade shadows" ), &g_settings.visuals.no_cascade_shadows ) ); } left_column->add_item( world_form ); -- cgit v1.2.3