aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 442091e..a170f7f 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", 160, Hack2.StartObjective);
+ distort = new WinClassicTimeDistorter("1998", "1999", 170, Hack2.StartObjective);
WinClassic app = wm.StartWin95(distort, "Time Distorter", null, false, true);
AddTaskBarItem(app, app.Tag.ToString(), "Time Distorter", null);
app.BringToFront();