mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
engine: voice: minor code fixes
This commit is contained in:
parent
0db95d76a8
commit
a254a342b1
@ -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…
x
Reference in New Issue
Block a user