engine: voice: minor code fixes
This commit is contained in:
parent
0db95d76a8
commit
a254a342b1
3 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,6 @@ GNU General Public License for more details.
|
|||
#include "vgui_draw.h"
|
||||
#include "library.h"
|
||||
#include "vid_common.h"
|
||||
#include "voice.h"
|
||||
|
||||
#define MAX_TOTAL_CMDS 32
|
||||
#define MAX_CMD_BUFFER 8000
|
||||
|
|
|
@ -267,6 +267,6 @@ qboolean VoiceCapture_RecordStart( void )
|
|||
|
||||
void VoiceCapture_RecordStop( void )
|
||||
{
|
||||
return 0;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -106,7 +106,7 @@ qboolean VoiceCapture_RecordStart( void )
|
|||
|
||||
void VoiceCapture_RecordStop( void )
|
||||
{
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue