engine: client: skip voice data for GoldSrc protocol to avoid svc_bad

This commit is contained in:
Alibek Omarov
2024-10-11 19:22:49 +03:00
parent 0c54895877
commit f90c658567
3 changed files with 19 additions and 5 deletions

View File

@@ -886,7 +886,7 @@ void CL_ParseFileTransferFailed( sizebuf_t *msg );
void CL_ParseHLTV( sizebuf_t *msg );
void CL_ParseDirector( sizebuf_t *msg );
void CL_ParseVoiceInit( sizebuf_t *msg );
void CL_ParseVoiceData( sizebuf_t *msg );
void CL_ParseVoiceData( sizebuf_t *msg, connprotocol_t proto );
void CL_ParseResLocation( sizebuf_t *msg );
void CL_ParseCvarValue( sizebuf_t *msg, const qboolean ext, const connprotocol_t proto );
void CL_ParseServerMessage( sizebuf_t *msg );