diff options
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/msg.c | 2 | ||||
-rw-r--r-- | src/qcommon/q_shared.h | 2 |
2 files changed, 2 insertions, 2 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 } }; diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 0127fd90..9ade94b5 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1077,7 +1077,7 @@ typedef struct playerState_s { int generic1; int loopSound; - int jumppad_ent; // jumppad entity hit this frame + int otherEntityNum; // not communicated over the net at all int ping; // server to game info for scoreboard |