mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
More client.h cleanup.
This commit is contained in:
parent
56f68cf119
commit
6e5bc62f78
3 changed files with 34 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue