aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/Story
diff options
context:
space:
mode:
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/Story')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs13
1 files changed, 9 insertions, 4 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
index 1313f0d..6798109 100644
--- a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
+++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
@@ -166,10 +166,15 @@ namespace Histacom2.OS.Win98.Win98Apps.Story
await Task.Delay(80); TitleScreen.frm98.distort.classicLabel1.Hide();
await Task.Delay(80); TitleScreen.frm98.distort.classicLabel1.Show(); // 10.84
await Task.Delay(3000);
- /*if (close_everything_.count2000 == -169)
- MyProject.Forms.Windowsxp2002damaged.Show();
- if (close_everything_.count2000 != -170)
- return;*/
+
+ SaveSystem.CurrentSave.CurrentOS = "xpbad";
+ SaveSystem.currentTheme = new BadXPTheme();
+ SaveSystem.CurrentSave.ThemeName = "badxp";
+ TitleScreen.frm98.distort.ParentForm.Close();
+ foreach (Form frm in Application.OpenForms) if (frm is WinClassic) frm.Close();
+ Program.title.StartGame();
+ TitleScreen.frm98.Close();
+ return;
}
}
}