diff options
-rw-r--r-- | src/qcommon/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |