From 657c791257535324d7199bbd28ee8d76ffcd7501 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Tue, 8 Mar 2011 01:37:28 +0000 Subject: [PATCH] Zack Middleton made me do it --- code/game/g_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;