Tweeked stepheight a little, added 'cmd efpslist'

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2536 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-07-23 11:44:45 +00:00
parent c0362839de
commit c948d25a9a
3 changed files with 53 additions and 1 deletions

View file

@ -289,6 +289,7 @@ typedef struct
// reply
double senttime;
float ping_time;
int move_msecs;
packet_entities_t entities; //must come last (mvd states are bigger)
} client_frame_t;