Support for auto-fog

implemented as a setting...
This commit is contained in:
Raffson
2024-12-26 02:44:38 +01:00
parent 3ef6ae20c7
commit d1b484f560
5 changed files with 18 additions and 4 deletions

View File

@@ -1073,6 +1073,12 @@ class Settings:
GAMEPLAY_SECTION,
default=True,
)
use_auto_fog: bool = boolean_option(
"Use DCS' automatic fog setting",
MISSION_GENERATOR_PAGE,
GAMEPLAY_SECTION,
default=True,
)
# Performance
perf_smoke_gen: bool = boolean_option(