forked from fte/fteqw
1
0
Fork 0

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4785 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2014-11-03 09:41:05 +00:00
parent 2fa7606774
commit 98ec171f17
1 changed files with 1 additions and 0 deletions

View File

@ -8669,6 +8669,7 @@ static void QCBUILTIN PF_runclientphys(pubprogfuncs_t *prinst, struct globalvars
unsigned int i, n; unsigned int i, n;
extern qbyte playertouch[]; extern qbyte playertouch[];
unsigned int msecs; unsigned int msecs;
extern cvar_t sv_gravity;
edict_t *ent = G_EDICT(prinst, OFS_PARM0); edict_t *ent = G_EDICT(prinst, OFS_PARM0);
edict_t *touched; edict_t *touched;
if (pr_global_ptrs->clientcommandframe) if (pr_global_ptrs->clientcommandframe)