Fog fixes

This commit is contained in:
Mind Rapist
2026-02-16 16:47:52 +02:00
parent 2c73eb7bb0
commit 3e604d5f10
9 changed files with 124 additions and 22 deletions

View File

@@ -143,6 +143,9 @@ typedef struct SEnvironmentData
float GetFogFarDistance() const;
D3DXCOLOR FogColor;
// MR-14: Fog update by Alaric
BYTE bFogLevel;
// MR-14: -- END OF -- Fog update by Alaric
// Filtering
BOOL bFilteringEnable;