diff --git a/mp/src/game/shared/SoundEmitterSystem.cpp b/mp/src/game/shared/SoundEmitterSystem.cpp index 39aca8589..a2fdaa7eb 100644 --- a/mp/src/game/shared/SoundEmitterSystem.cpp +++ b/mp/src/game/shared/SoundEmitterSystem.cpp @@ -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" ) ) {