From 7e54d42ed67bf8417a4a479dedce65217adc8309 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 28 Aug 2017 00:30:06 -0400 Subject: made 95 windows close when travelling to 1999 --- Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs') diff --git a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs index 76b9baf..b72c576 100644 --- a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs +++ b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs @@ -275,6 +275,7 @@ namespace Histacom2.OS.Win95.Win95Apps.Story SaveSystem.currentTheme = new Default98Theme(); SaveSystem.CurrentSave.ThemeName = "default98"; TitleScreen.frm95.distort.ParentForm.Close(); + foreach (Form frm in Application.OpenForms) if (frm is WinClassic) frm.Close(); Program.title.StartGame(); TitleScreen.frm95.Close(); return; -- cgit v1.2.3