Made more code for Team Arena be inside ifdef MISSIONPACK, from Ensiform.
This commit is contained in:
parent
a375f898f5
commit
56a918b9ac
6 changed files with 32 additions and 8 deletions
|
@ -818,8 +818,10 @@ void CG_DrawActiveFrame( int serverTime, stereoFrame_t stereoView, qboolean demo
|
|||
// add buffered sounds
|
||||
CG_PlayBufferedSounds();
|
||||
|
||||
#ifdef MISSIONPACK
|
||||
// play buffered voice chats
|
||||
CG_PlayBufferedVoiceChats();
|
||||
#endif
|
||||
|
||||
// finish up the rest of the refdef
|
||||
if ( cg.testModelEntity.hModel ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue