Make sure the proxy's simulation time is kept up to date.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2196 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-04-12 17:43:39 +00:00
parent 3a67c414fb
commit 16e889bf4f
1 changed files with 2 additions and 0 deletions

View File

@ -1628,6 +1628,8 @@ void QTV_Run(sv_t *qtv)
}
return;
}
else
qtv->simtime = qtv->curtime;
if (qtv->sourcesock == INVALID_SOCKET && !qtv->file)