More client.h cleanup.

This commit is contained in:
Bill Currie 2012-06-26 15:03:04 +09:00
parent 56f68cf119
commit 6e5bc62f78
3 changed files with 34 additions and 42 deletions

View file

@ -304,7 +304,7 @@
// in an update message
typedef struct entity_state_s {
int number; // edict index
unsigned int flags; // nolerp, etc
unsigned flags; // nolerp, etc
vec3_t origin;
vec3_t angles;