diff --git a/OpenRA.Game/Sound/Sound.cs b/OpenRA.Game/Sound/Sound.cs index 80548da444..ce652081ca 100644 --- a/OpenRA.Game/Sound/Sound.cs +++ b/OpenRA.Game/Sound/Sound.cs @@ -76,6 +76,7 @@ namespace OpenRA public void Initialize(ISoundLoader[] loaders, IReadOnlyFileSystem fileSystem) { sounds = new Cache(s => LoadSound(loaders, fileSystem, s)); + currentSounds = new Dictionary(); music = null; currentMusic = null; video = null;