aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win98/Win98.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-22 16:40:49 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-22 16:40:49 +0100
commitcf4609d054ee554d7503c42322f9129f7423c4e4 (patch)
tree2d6c46a249b84994af9fc0f514b3425f4808f1e0 /TimeHACK.Main/OS/Win98/Win98.cs
parent46eb239008fc30830b026b5eedc7da036d14d3f2 (diff)
downloadhistacom2-cf4609d054ee554d7503c42322f9129f7423c4e4.tar.gz
histacom2-cf4609d054ee554d7503c42322f9129f7423c4e4.tar.bz2
histacom2-cf4609d054ee554d7503c42322f9129f7423c4e4.zip
Fixed bugs, added features
Diffstat (limited to 'TimeHACK.Main/OS/Win98/Win98.cs')
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs19
1 files changed, 0 insertions, 19 deletions
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()