diff options
| author | lempamo <[email protected]> | 2017-07-14 09:43:33 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-14 09:43:33 -0500 |
| commit | c579cf249977c9aa6abef79ef39c6d28960fea6c (patch) | |
| tree | dbcfda818dd6bf89e240db9df5a63c983cb90c0c /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 7c02e210108003913dfc77a001f546bb0617dba8 (diff) | |
| download | histacom2-c579cf249977c9aa6abef79ef39c6d28960fea6c.tar.gz histacom2-c579cf249977c9aa6abef79ef39c6d28960fea6c.tar.bz2 histacom2-c579cf249977c9aa6abef79ef39c6d28960fea6c.zip | |
Removed hwcv
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
