Refactoring patch by DevHC

This commit is contained in:
Thilo Schulz 2011-05-11 14:21:27 +00:00
parent 86d96f12b9
commit a9696d3558
7 changed files with 19 additions and 36 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->r.number == passEntityNum (don't interact with self)
// ent->s.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;