mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
add source-sdk-2013
This commit is contained in:
@@ -59,7 +59,7 @@ void CSceneCache::Restore( CUtlBuffer& buf )
|
||||
for ( int i = 0; i < c; ++i )
|
||||
{
|
||||
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