playqtv now plays from an fteqtv proxy (with the 10 secs buffering).

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2113 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-03-14 01:25:46 +00:00
parent 4080f29040
commit bfa9db357b
4 changed files with 273 additions and 23 deletions

View file

@ -743,6 +743,7 @@ void CL_Stop_f (void);
void CL_Record_f (void);
void CL_ReRecord_f (void);
void CL_PlayDemo_f (void);
void CL_QTVPlay_f (void);
void CL_DemoJump_f(void);
void CL_ProgressDemoTime(void);
void CL_TimeDemo_f (void);