mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-27 23:24:29 +00:00
Oops. Fix voice.
This commit is contained in:
parent
156b0ae69a
commit
b925cbd284
@ -1269,6 +1269,7 @@ void SENTENCEG_Init()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
memset( buffer, 0, 512 );
|
memset( buffer, 0, 512 );
|
||||||
|
memset( szgroup, 0, 64 );
|
||||||
// for each line in the file...
|
// for each line in the file...
|
||||||
while( memfgets( pMemFile, fileSize, filePos, buffer, 511 ) != NULL )
|
while( memfgets( pMemFile, fileSize, filePos, buffer, 511 ) != NULL )
|
||||||
{
|
{
|
||||||
@ -1321,7 +1322,6 @@ void SENTENCEG_Init()
|
|||||||
|
|
||||||
buffer[j + 1] = 0;
|
buffer[j + 1] = 0;
|
||||||
|
|
||||||
memset( szgroup, 0, 64 );
|
|
||||||
// if new name doesn't match previous group name,
|
// if new name doesn't match previous group name,
|
||||||
// make a new group.
|
// make a new group.
|
||||||
if( strcmp( szgroup, &( buffer[i] ) ) )
|
if( strcmp( szgroup, &( buffer[i] ) ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user