From 91d17e135e2c4cc9869ab846f72798f018775c5c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 31 Jul 2006 21:35:21 +0000 Subject: * Add otherEntityNum to playerState_t... and don't use it... yet * Improve ckit tutorial text * Entities.def correction --- src/qcommon/msg.c | 2 +- src/qcommon/q_shared.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qcommon') 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 -- cgit