diff --git a/engine/client/voice.c b/engine/client/voice.c index 51ccc200..4a31a21b 100644 --- a/engine/client/voice.c +++ b/engine/client/voice.c @@ -553,8 +553,8 @@ static uint Voice_GetGSCompressedData( byte *out, uint maxsize, uint *frames ) if( bytes > 0 ) { *(uint16_t *)( out + size ) = LittleShort( bytes ); - sequence++; *(uint16_t *)( out + size + 2 ) = LittleShort( sequence ); + sequence++; size += bytes + sizeof( uint32_t ); maxsize -= bytes + sizeof( uint32_t );