From c579cf249977c9aa6abef79ef39c6d28960fea6c Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 14 Jul 2017 09:43:33 -0500 Subject: Removed hwcv --- TimeHACK.Main/OS/Win95/Win95.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/OS/Win95/Win95.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index d681c58..3c44b54 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -430,7 +430,7 @@ namespace TimeHACK.OS.Win95 private void TimeDistorterToolStripMenuItem_Click(object sender, EventArgs e) { - distort = new WinClassicTimeDistorter("1998", "1999", 170, Hack2.StartObjective); + distort = new WinClassicTimeDistorter("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(); -- cgit v1.2.3