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/q_shared.h | |
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/q_shared.h')
-rw-r--r-- | src/qcommon/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |