mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
add source-sdk-2013
This commit is contained in:
@@ -68,7 +68,7 @@ void CModelSoundsCache::Restore( CUtlBuffer& buf )
|
||||
{
|
||||
char soundname[ 512 ];
|
||||
|
||||
buf.GetString( soundname );
|
||||
buf.GetString( soundname, sizeof( soundname ) );
|
||||
|
||||
int idx = soundemitterbase->GetSoundIndex( soundname );
|
||||
if ( idx != -1 )
|
||||
|
||||
Reference in New Issue
Block a user