| 135 | } |
| 136 | |
| 137 | static void UpdateDetailObjectShadows(bool val) { |
| 138 | config.GetRef("detail_object_disable_shadows") = !val; |
| 139 | Graphics::Instance()->SetDetailObjectShadows(val); |
| 140 | } |
| 141 | |
| 142 | static void UpdateDetailObjectsReduced(bool val) { |
| 143 | config.GetRef("detail_objects_reduced") = val; |
no test coverage detected