FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

cl_dll/c_point_camera.h

363738394041
float GetFogStart(); float GetFogEnd(); bool UseScreenAspectRatio() const { return m_bUseScreenAspectRatio; } private: float m_FOV;
3637383940414243
float GetFogStart(); float GetFogEnd(); bool UseScreenAspectRatio() const { return m_bUseScreenAspectRatio; } // Bug #0000390: multiple render targets for cameras string_t GetRenderTarget( void ) { return m_szRenderTarget; } private: float m_FOV;
464748495051
float m_flFogEnd; bool m_bActive; bool m_bUseScreenAspectRatio; public: C_PointCamera *m_pNext;
4849505152535455
float m_flFogEnd; bool m_bActive; bool m_bUseScreenAspectRatio; // Bug #0000390: multiple render targets for cameras char m_szRenderTarget[256]; public: C_PointCamera *m_pNext;