From 49e30d88787458779ec80a7cbc97d55a09bf67c9 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 30 Oct 2017 22:24:16 -0400 Subject: webchat 99 will now open in the start menu --- Histacom2/OS/Win95/Win95.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Histacom2/OS/Win95/Win95.cs') diff --git a/Histacom2/OS/Win95/Win95.cs b/Histacom2/OS/Win95/Win95.cs index 1299617..0e2ac3b 100644 --- a/Histacom2/OS/Win95/Win95.cs +++ b/Histacom2/OS/Win95/Win95.cs @@ -114,7 +114,7 @@ namespace Histacom2.OS.Win95 this.BringToFront(); //Check if it is the first time - if (CurrentSave.FTime95 == false) + if (!CurrentSave.FTime95) { CurrentSave.FTime95 = true; SaveGame(); -- cgit v1.2.3