diff --git a/NewHorizons/Components/ShipWarpController.cs b/NewHorizons/Components/ShipWarpController.cs index 9f4a8cc3..5e7b6d8a 100644 --- a/NewHorizons/Components/ShipWarpController.cs +++ b/NewHorizons/Components/ShipWarpController.cs @@ -39,6 +39,7 @@ namespace NewHorizons.Components _isWarpingIn = false; _oneShotSource = base.gameObject.AddComponent(); + _oneShotSource._track = OWAudioMixer.TrackName.Environment; GlobalMessenger.AddListener("FinishOpenEyes", new Callback(OnFinishOpenEyes)); }