From 16e889bf4f7c85aaa8206277f48b7db39665884a Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 12 Apr 2006 17:43:39 +0000 Subject: [PATCH] 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 --- fteqtv/source.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fteqtv/source.c b/fteqtv/source.c index b3365b96f..e4dea16a4 100644 --- a/fteqtv/source.c +++ b/fteqtv/source.c @@ -1628,6 +1628,8 @@ void QTV_Run(sv_t *qtv) } return; } + else + qtv->simtime = qtv->curtime; if (qtv->sourcesock == INVALID_SOCKET && !qtv->file)