FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

dlls/ai_network.h

120121122123124125126
static int warningCount = 0; if ( ++warningCount < 10 ) { AssertMsg2( 0, "Node (%i) out of range (%i total)\n", id, m_iNumNodes ); } } return NULL;
120121122123124125126127128
static int warningCount = 0; if ( ++warningCount < 10 ) { // 7/3/2006 - Mulchman: // Commented out for beefy (he's the only one getting this assert) //AssertMsg2( 0, "Node (%i) out of range (%i total)\n", id, m_iNumNodes ); } } return NULL;