mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Zack Middleton made me do it
This commit is contained in:
parent
0a6f873999
commit
657c791257
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue