FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

dlls/entityoutput.h

79808182838485
CEventAction *m_ActionList; DECLARE_SIMPLE_DATADESC(); CBaseEntityOutput() {} // this class cannot be created, only it's children private: CBaseEntityOutput( CBaseEntityOutput& ); // protect from accidental copying
79808182838485
CEventAction *m_ActionList; DECLARE_SIMPLE_DATADESC(); CBaseEntityOutput() { m_ActionList = NULL; } // this class cannot be created, only it's children private: CBaseEntityOutput( CBaseEntityOutput& ); // protect from accidental copying