Home | History | Annotate | Download | only in WinQuake

Lines Matching full:child

1000 	mnode_t		*in, *child;
1021 child = in->children[j];
1022 if (child->contents < 0)
1023 out->children[j] = child->contents;
1025 out->children[j] = child - loadmodel->nodes;