diff options
author | Zack Middleton <zturtleman@gmail.com> | 2011-12-03 20:27:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:16:44 +0000 |
commit | acdd531bccb0469f74b627589905488d99c394a0 (patch) | |
tree | 58ad38d982a940a9de0ccb923a3fe5032ab4a974 /src/qcommon/msg.c | |
parent | f70eeadabb70a1f3b4865071aff54e1d62de0bc1 (diff) |
Use GENTITYNUM_BITS for jumppad_ent bits.
Diffstat (limited to 'src/qcommon/msg.c')
-rw-r--r-- | src/qcommon/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/msg.c b/src/qcommon/msg.c index 74147964..f8aa39ee 100644 --- a/src/qcommon/msg.c +++ b/src/qcommon/msg.c @@ -1184,7 +1184,7 @@ netField_t playerStateFields[] = { PSF(grapplePoint[0]), 0 }, { PSF(grapplePoint[1]), 0 }, { PSF(grapplePoint[2]), 0 }, -{ PSF(otherEntityNum), 10 }, +{ PSF(otherEntityNum), GENTITYNUM_BITS }, { PSF(loopSound), 16 } }; |