From a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 8 Feb 2017 12:59:26 -0500 Subject: Mute the background music during OOBE --- ShiftOS_TheReturn/Shiftorium.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS_TheReturn') diff --git a/ShiftOS_TheReturn/Shiftorium.cs b/ShiftOS_TheReturn/Shiftorium.cs index 4e31427..8350dc3 100644 --- a/ShiftOS_TheReturn/Shiftorium.cs +++ b/ShiftOS_TheReturn/Shiftorium.cs @@ -30,6 +30,7 @@ using System.Reflection; using System.Text; using System.Threading.Tasks; using static ShiftOS.Engine.SaveSystem; +using System.Diagnostics; namespace ShiftOS.Engine { @@ -242,6 +243,9 @@ namespace ShiftOS.Engine public ShiftoriumUpgradeLookupException(string id) : base("A shiftorium upgrade of ID \"" + id + "\" was not found in the system.") { ID = id; + + Debug.WriteLine("UpgradeNotFound: " + id); + } public string ID { get; private set; } -- cgit v1.2.3