mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
bigfoot, stop staring at me like that.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1962 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bdbd387620
commit
018bd47e7a
1 changed files with 1 additions and 1 deletions
|
@ -1669,7 +1669,7 @@ void Media_RecordDemo_f(void)
|
|||
void Media_CaptureDemoEnd(void){}
|
||||
void Media_RecordAudioFrame (short *sample_buffer, int samples){}
|
||||
void Media_RecordFrame (void) {}
|
||||
void Media_PausedDemo (void) {} //should not return a value
|
||||
qboolean Media_PausedDemo (void) {return false;} //should not return a value
|
||||
#endif
|
||||
void Media_Init(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue