engine: client: cl_parse: moved buffer to stack in CL_ParseVoiceData
This commit is contained in:
parent
b0ff51d5a0
commit
a688bed79f
1 changed files with 1 additions and 1 deletions
|
@ -1700,7 +1700,7 @@ CL_ParseVoiceData
|
||||||
void CL_ParseVoiceData( sizebuf_t *msg )
|
void CL_ParseVoiceData( sizebuf_t *msg )
|
||||||
{
|
{
|
||||||
int size, idx, frames;
|
int size, idx, frames;
|
||||||
static byte received[8192];
|
byte received[8192];
|
||||||
|
|
||||||
idx = MSG_ReadByte( msg ) + 1;
|
idx = MSG_ReadByte( msg ) + 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue