diff options
| author | lempamo <[email protected]> | 2017-10-15 00:45:50 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-15 00:45:50 -0400 |
| commit | 718fc7c680c17508b9d97cc92e8a3632cb999bb7 (patch) | |
| tree | 2d2553bfbbc6b67d3bbb94f0c7295f1227430cd8 /Histacom2/OS/Win98/Win98.cs | |
| parent | 3dbe19613d4a492c228b60bad54bbafc48c21202 (diff) | |
| download | histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.tar.gz histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.tar.bz2 histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.zip | |
the hype is real, folks
Diffstat (limited to 'Histacom2/OS/Win98/Win98.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98.cs | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs index 417c91c..3365def 100644 --- a/Histacom2/OS/Win98/Win98.cs +++ b/Histacom2/OS/Win98/Win98.cs @@ -31,6 +31,7 @@ namespace Histacom2.OS.Win98 public bool webchatInstalled = false; public bool hiddenpadamsFound = false; + private WinClassicTimeDistorter2 distort; // Init the form public Windows98() @@ -455,11 +456,11 @@ namespace Histacom2.OS.Win98 private void TimeDistorterToolStripMenuItem_Click(object sender, EventArgs e) { - //distort = new Histacom2WinClassicTimeDistorter("1998", "1999", 150, Hack2.StartObjective); - //WinClassic app = wm.StartWin95(distort, "Time Distorter", null, false, true); - //AddTaskBarItem(app, app.Tag.ToString(), "Time Distorter", null); - //app.BringToFront(); - //startmenu.Hide(); + distort = new WinClassicTimeDistorter2(); + WinClassic app = wm.Init(distort, "Time Distorter", null, false, false, false); + AddTaskBarItem(app, app.Tag.ToString(), "Time Distorter", null); + app.BringToFront(); + startmenu.Hide(); } private void FTPClientToolStripMenuItem_Click(object sender, EventArgs e) |
