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:
Spoike 2006-02-12 22:38:39 +00:00
parent bdbd387620
commit 018bd47e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{