mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-06 18:12:14 +00:00
Merge 8c21ca585e
into 0d8dceea43
This commit is contained in:
commit
05610b0389
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public:
|
|||
V_strncpy( scriptfile, "scripts/mvm_level_sounds.txt", sizeof( scriptfile ) );
|
||||
if ( filesystem->FileExists( "scripts/mvm_level_sounds.txt", "GAME" ) )
|
||||
{
|
||||
soundemitterbase->AddSoundOverrides( "scripts/mvm_level_sounds.txt" );
|
||||
soundemitterbase->AddSoundOverrides( "scripts/mvm_level_sounds.txt", true );
|
||||
}
|
||||
if ( filesystem->FileExists( "scripts/mvm_level_sound_tweaks.txt", "GAME" ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue