FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

dlls/shadowcontrol.cpp

73747576777879
m_shadowDirection.Init( 0.2, 0.2, -2 ); m_flShadowMaxDist = 50.0f; m_shadowColor.Init( 64, 64, 64, 0 ); m_bDisableShadows = false; }
73747576777879808182
m_shadowDirection.Init( 0.2, 0.2, -2 ); m_flShadowMaxDist = 50.0f; m_shadowColor.Init( 64, 64, 64, 0 ); // FF TODO: make/use a better shadow system and then enable shadows by default m_bDisableShadows = false; //m_bDisableShadows = true; }