Browse Source

engine: voice: minor code fixes

pull/2/head
SNMetamorph 2 years ago committed by Alibek Omarov
parent
commit
a254a342b1
  1. 1
      engine/client/cl_main.c
  2. 2
      engine/platform/android/snd_opensles.c
  3. 2
      engine/platform/stub/s_stub.c

1
engine/client/cl_main.c

@ -22,7 +22,6 @@ GNU General Public License for more details. @@ -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

2
engine/platform/android/snd_opensles.c

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

2
engine/platform/stub/s_stub.c

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

Loading…
Cancel
Save