From 382f0167714bbcad00ab710fe7dcfa05eaeb88ac Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 1 Nov 2017 17:10:26 -0400 Subject: fixed IOE --- Histacom2/Histacom2.csproj | 12 ++++++------ Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Histacom2') diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 4fc6c37..1c34422 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -13,7 +13,7 @@ 512 true false - C:\Users\Logan\Desktop\ + C:\Users\lempamo\Desktop\ true Disk false @@ -25,15 +25,15 @@ true http://www.ashifter.ml/histacom/forum en - HistacomCS - HistacomCS Development Team + Histacom 2.0 + Histacom 2.0 Development Team publish.htm - 3 - 2.0.0.3 + 0 + 2.1.0.0 true true true - true + false AnyCPU diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs index c6513e2..2c7f687 100644 --- a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs +++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs @@ -172,7 +172,7 @@ namespace Histacom2.OS.Win98.Win98Apps.Story SaveSystem.currentTheme = new BadXPTheme(); SaveSystem.CurrentSave.ThemeName = "badxp"; td.ParentForm.Close(); - foreach (Form frm in Application.OpenForms) if (frm is WinClassic) frm.Close(); + Application.OpenForms.Cast
().Where(x => !(x is WinClassic)).ToList().ForEach(x => x.Close()); Program.title.StartGame(); TitleScreen.frm98.Close(); return; -- cgit v1.2.3