From cf4609d054ee554d7503c42322f9129f7423c4e4 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 22 Jul 2017 16:40:49 +0100 Subject: Fixed bugs, added features --- TimeHACK.Main/OS/Win98/Win98.cs | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'TimeHACK.Main/OS/Win98/Win98.cs') diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index 5585e7d..2fe4e3c 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -110,25 +110,6 @@ namespace TimeHACK.OS.Win98 // Bring to this the front this.BringToFront(); - //Check if it is the first time - if (CurrentSave.FTime95 == false) - { - CurrentSave.FTime95 = true; - SaveSystem.SaveGame(); - WinClassicWelcome welcome = new WinClassicWelcome(); - WinClassic app = wm.StartWin95(welcome, "Welcome", null, false, false); - AddTaskBarItem(app, app.Tag.ToString(), "Welcome", null); - - nonimportantapps.Add(app); - nonimportantapps[nonimportantapps.Count - 1].BringToFront(); - nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing); - - - - app.BringToFront(); - - } - } private void fontLoad() -- cgit v1.2.3