mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: client: cl_parse: moved buffer to stack in CL_ParseVoiceData
This commit is contained in:
parent
b0ff51d5a0
commit
a688bed79f
@ -1700,7 +1700,7 @@ CL_ParseVoiceData
|
||||
void CL_ParseVoiceData( sizebuf_t *msg )
|
||||
{
|
||||
int size, idx, frames;
|
||||
static byte received[8192];
|
||||
byte received[8192];
|
||||
|
||||
idx = MSG_ReadByte( msg ) + 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user