aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-08 12:59:26 -0500
committerMichael <[email protected]>2017-02-08 12:59:26 -0500
commita4b49ab68b4383e84ee200f47ea21ed1b4b22ffa (patch)
treec913bf2257f4dc3456e0e77aef6833175ff3baff /ShiftOS.WinForms/Oobe.cs
parentf66cf31e5d590cfcd82c849f18986003b47f7976 (diff)
downloadshiftos_thereturn-a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa.tar.gz
shiftos_thereturn-a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa.tar.bz2
shiftos_thereturn-a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa.zip
Mute the background music during OOBE
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index 5ce6bff..83224b6 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -171,7 +171,6 @@ namespace ShiftOS.WinForms
TextType("Creating new user: " + MySave.Username);
TextType("...with 0 Codepoints, 0 installed upgrades, no legion, and no user shops...");
MySave.Codepoints = 0;
- MySave.Upgrades = new Dictionary<string, bool>();
MySave.CurrentLegions = new List<string>();
MySave.MyShop = "";
TextType("User created successfully.");