diff --git a/src/game/server/SkyCamera.cpp b/src/game/server/SkyCamera.cpp index ede4ec97..237ec759 100644 --- a/src/game/server/SkyCamera.cpp +++ b/src/game/server/SkyCamera.cpp @@ -146,4 +146,10 @@ void CSkyCamera::Activate( ) } } #endif + + // matches the behavior of fog controller + if ( GameRules()->IsOfficialMap() ) + { + m_skyboxData.fog.radial = true; + } }