diff options
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 e4db4d8e..0fa7385a 100644 --- a/src/qcommon/msg.c +++ b/src/qcommon/msg.c @@ -1156,7 +1156,7 @@ netField_t playerStateFields[] = { PSF(grapplePoint[0]), 0 }, { PSF(grapplePoint[1]), 0 }, { PSF(grapplePoint[2]), 0 }, -{ PSF(jumppad_ent), 10 }, +{ PSF(otherEntityNum), 10 }, { PSF(loopSound), 16 } }; |