aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Oobe.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index b04f6e0..452bb5e 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -235,6 +235,9 @@ namespace ShiftOS.WinForms
save.Password = p;
save.SystemName = s;
SaveSystem.CurrentSave = save;
+ SaveSystem.CurrentSave.Upgrades = new Dictionary<string, bool>();
+ Shiftorium.Init();
+
SaveSystem.SaveGame();
if(Utils.FileExists(Paths.SaveFileInner))
Utils.Delete(Paths.SaveFileInner);