diff --git a/code/game/g_public.h b/code/game/g_public.h index f56a9e1c..57d137ad 100644 --- a/code/game/g_public.h +++ b/code/game/g_public.h @@ -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;