Verified SVC_ClassInfo and SVC_VoiceInit

This commit is contained in:
Jordan Cristiano 2015-05-04 00:51:36 -04:00
parent d009d019d2
commit 0fe0ac912a
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ void SVC_SendTable(CBitRead& bitbuf)
bitbuf.SeekRelative(dataLengthBits); bitbuf.SeekRelative(dataLengthBits);
} }
// verified
void SVC_ClassInfo(CBitRead& bitbuf) void SVC_ClassInfo(CBitRead& bitbuf)
{ {
typedef struct class_s typedef struct class_s
@ -225,6 +226,7 @@ void SVC_UpdateStringTable(CBitRead& bitbuf)
bitbuf.SeekRelative(lengthInBits); bitbuf.SeekRelative(lengthInBits);
} }
// verified
void SVC_VoiceInit(CBitRead& bitbuf) void SVC_VoiceInit(CBitRead& bitbuf)
{ {
char voiceCodec[MAX_OSPATH]; // used voice codec .dll char voiceCodec[MAX_OSPATH]; // used voice codec .dll