Verified SVC_ClassInfo and SVC_VoiceInit
This commit is contained in:
parent
d009d019d2
commit
0fe0ac912a
|
@ -134,6 +134,7 @@ void SVC_SendTable(CBitRead& bitbuf)
|
|||
bitbuf.SeekRelative(dataLengthBits);
|
||||
}
|
||||
|
||||
// verified
|
||||
void SVC_ClassInfo(CBitRead& bitbuf)
|
||||
{
|
||||
typedef struct class_s
|
||||
|
@ -225,6 +226,7 @@ void SVC_UpdateStringTable(CBitRead& bitbuf)
|
|||
bitbuf.SeekRelative(lengthInBits);
|
||||
}
|
||||
|
||||
// verified
|
||||
void SVC_VoiceInit(CBitRead& bitbuf)
|
||||
{
|
||||
char voiceCodec[MAX_OSPATH]; // used voice codec .dll
|
||||
|
|
Loading…
Reference in New Issue
Block a user