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