diff --git a/code/qcommon/msg.c b/code/qcommon/msg.c index 77666c6e..1d06ecf6 100644 --- a/code/qcommon/msg.c +++ b/code/qcommon/msg.c @@ -1190,7 +1190,7 @@ netField_t playerStateFields[] = { PSF(grapplePoint[0]), 0 }, { PSF(grapplePoint[1]), 0 }, { PSF(grapplePoint[2]), 0 }, -{ PSF(jumppad_ent), 10 }, +{ PSF(jumppad_ent), GENTITYNUM_BITS }, { PSF(loopSound), 16 } };