FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

dlls/func_areaportal.cpp

185186187188189190
int CAreaPortal::UpdateTransmitState() { // Our brushes are kept around so don't transmit anything since we don't want to draw them. return SetTransmitState( FL_EDICT_DONTSEND ); }
185186187188189190191192193194195196197198
int CAreaPortal::UpdateTransmitState() { // --> FF #ifdef GAME_DLL // always transmit if you're an objective if ( m_ObjectivePlayerRefs.Count() > 0 ) return SetTransmitState( FL_EDICT_ALWAYS ); #endif // GAME_DLL // <-- FF // Our brushes are kept around so don't transmit anything since we don't want to draw them. return SetTransmitState( FL_EDICT_DONTSEND ); }