engine: voice: minor code fixes

This commit is contained in:
SNMetamorph 2022-08-15 08:37:53 +04:00 committed by Alibek Omarov
parent 0db95d76a8
commit a254a342b1
3 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ GNU General Public License for more details.
#include "vgui_draw.h" #include "vgui_draw.h"
#include "library.h" #include "library.h"
#include "vid_common.h" #include "vid_common.h"
#include "voice.h"
#define MAX_TOTAL_CMDS 32 #define MAX_TOTAL_CMDS 32
#define MAX_CMD_BUFFER 8000 #define MAX_CMD_BUFFER 8000

View File

@ -267,6 +267,6 @@ qboolean VoiceCapture_RecordStart( void )
void VoiceCapture_RecordStop( void ) void VoiceCapture_RecordStop( void )
{ {
return 0;
} }
#endif #endif

View File

@ -106,7 +106,7 @@ qboolean VoiceCapture_RecordStart( void )
void VoiceCapture_RecordStop( void ) void VoiceCapture_RecordStop( void )
{ {
return 0;
} }
#endif #endif