diff --git a/OpenRA.Game/Sound/Sound.cs b/OpenRA.Game/Sound/Sound.cs index cd047ab6c2..4a70cc31cf 100644 --- a/OpenRA.Game/Sound/Sound.cs +++ b/OpenRA.Game/Sound/Sound.cs @@ -97,6 +97,7 @@ namespace OpenRA soundFormat.GetPCMInputStream().ReadAllBytes(), soundFormat.Channels, soundFormat.SampleBits, soundFormat.SampleRate); sounds = new Cache(filename => LoadSound(filename, loadIntoMemory)); currentSounds.Clear(); + currentNotifications.Clear(); video = null; }