summaryrefslogtreecommitdiff
path: root/internal_rewrite/ui.h
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-25 21:14:25 +0200
committernavewindre <boneyaard@gmail.com>2018-09-25 21:14:25 +0200
commit85434a853957ae5315594f72561dd1a745549727 (patch)
tree7617f0f92f118bfa7a00349855c792e90ad18fa4 /internal_rewrite/ui.h
parentb7375a7582db7ba2ee8a4dacfab226a3fd8fc514 (diff)
a
Diffstat (limited to 'internal_rewrite/ui.h')
-rw-r--r--internal_rewrite/ui.h1
1 files changed, 1 insertions, 0 deletions
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 );