forked from fte/fteqw
1
0
Fork 0

That's more stable now

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@740 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-07 02:34:25 +00:00
parent d30d52c8fa
commit 63685e264b
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ typedef struct
q2pmove_state_t s; q2pmove_state_t s;
// command (in) // command (in)
usercmd_t cmd; q2usercmd_t cmd;
qboolean snapinitial; // if s has been changed outside pmove qboolean snapinitial; // if s has been changed outside pmove
// results (out) // results (out)
@ -282,7 +282,7 @@ typedef struct
void (*ClientUserinfoChanged) (q2edict_t *ent, char *userinfo); void (*ClientUserinfoChanged) (q2edict_t *ent, char *userinfo);
void (*ClientDisconnect) (q2edict_t *ent); void (*ClientDisconnect) (q2edict_t *ent);
void (*ClientCommand) (q2edict_t *ent); void (*ClientCommand) (q2edict_t *ent);
void (*ClientThink) (q2edict_t *ent, usercmd_t *cmd); void (*ClientThink) (q2edict_t *ent, q2usercmd_t *cmd);
void (*RunFrame) (void); void (*RunFrame) (void);