From be7a6f69aa019960319e5701cb6793292be34cfd Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 18 Jun 2012 16:28:39 +0000 Subject: never set groundEntityNum to -1, use ENTITYNUM_NONE instead From /dev/humancontroller. --- src/qcommon/q_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon') diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 2dfce788..9f4b3fdb 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1355,7 +1355,7 @@ typedef struct entityState_s { int otherEntityNum; // shotgun sources, etc int otherEntityNum2; - int groundEntityNum; // -1 = in air + int groundEntityNum; // ENTITYNUM_NONE = in air int constantLight; // r + (g<<8) + (b<<16) + (intensity<<24) int loopSound; // constantly loop this sound -- cgit