mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 07:37:52 +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 "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
|
||||||
|
@ -267,6 +267,6 @@ qboolean VoiceCapture_RecordStart( void )
|
|||||||
|
|
||||||
void VoiceCapture_RecordStop( void )
|
void VoiceCapture_RecordStop( void )
|
||||||
{
|
{
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -106,7 +106,7 @@ qboolean VoiceCapture_RecordStart( void )
|
|||||||
|
|
||||||
void VoiceCapture_RecordStop( void )
|
void VoiceCapture_RecordStop( void )
|
||||||
{
|
{
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user