diff options
author | Tim Angus <tim@ngus.net> | 2006-07-31 21:35:21 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-07-31 21:35:21 +0000 |
commit | 91d17e135e2c4cc9869ab846f72798f018775c5c (patch) | |
tree | dc6c2d4abf58e33ca26fdf4edd30ea0f6b706ce7 /src/qcommon/msg.c | |
parent | c999c50a24348489e5f705aa4b07bdcdf6b0658e (diff) |
* Add otherEntityNum to playerState_t... and don't use it... yet
* Improve ckit tutorial text
* Entities.def correction
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 } }; |