From acdd531bccb0469f74b627589905488d99c394a0 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sat, 3 Dec 2011 20:27:18 +0000 Subject: Use GENTITYNUM_BITS for jumppad_ent bits. --- src/qcommon/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon/msg.c') 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 } }; -- cgit