Zack Middleton made me do it

This commit is contained in:
Thilo Schulz 2011-03-08 01:37:28 +00:00
parent 0a6f873999
commit 657c791257
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ typedef struct {
// when a trace call is made and passEntityNum != ENTITYNUM_NONE,
// an ent will be excluded from testing if:
// ent->s.number == passEntityNum (don't interact with self)
// ent->r.number == passEntityNum (don't interact with self)
// ent->r.ownerNum == passEntityNum (don't interact with your own missiles)
// entity[ent->r.ownerNum].r.ownerNum == passEntityNum (don't interact with other missiles from owner)
int ownerNum;