aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-13 03:18:43 +0200
committerJayXKanz666 <[email protected]>2017-07-13 03:18:43 +0200
commitdd76075ce70c2ac31f01b2450c7f64009489dee9 (patch)
treecb60a361a3e0db0e3f1b51462a456d811701f72d /TimeHACK.Main/OS/Win95/Win95.cs
parentb4730c9eff5a05ae0e8b2f122b7b0929e66e0640 (diff)
parentdcd0151ae78d80ea1d65a767203c88b48b98fff4 (diff)
downloadhistacom2-dd76075ce70c2ac31f01b2450c7f64009489dee9.tar.gz
histacom2-dd76075ce70c2ac31f01b2450c7f64009489dee9.tar.bz2
histacom2-dd76075ce70c2ac31f01b2450c7f64009489dee9.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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();