dlls/ai_network.h
120121122123124125126static int warningCount = 0; if ( ++warningCount < 10 ) { AssertMsg2( 0, "Node (%i) out of range (%i total)\n", id, m_iNumNodes ); } } return NULL;120121122123124125126127128static 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;