aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-15 23:13:55 -0400
committerlempamo <[email protected]>2017-10-15 23:13:55 -0400
commit3cf7ec181618bc8d3e11eb09964e5dde8be4ebd2 (patch)
tree1bcc91247d1429cdb1e288ecc264c8e6cd34e50c /Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs
parent455d5bd4366242bc928fe230bb1d9bd8d54f679c (diff)
downloadhistacom2-3cf7ec181618bc8d3e11eb09964e5dde8be4ebd2.tar.gz
histacom2-3cf7ec181618bc8d3e11eb09964e5dde8be4ebd2.tar.bz2
histacom2-3cf7ec181618bc8d3e11eb09964e5dde8be4ebd2.zip
more fuel for the hype train
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs
index f2477ad..e48f4ed 100644
--- a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs
+++ b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs
@@ -12,7 +12,7 @@ namespace Histacom2.OS.Win98.Win98Apps
{
public partial class WinClassicTimeDistorter2 : UserControl
{
- public int secsLeft = 180;
+ public int secsLeft = 120;
public WinClassicTimeDistorter2()
{
@@ -23,7 +23,7 @@ namespace Histacom2.OS.Win98.Win98Apps
{
classicButton1.Hide();
classicLabel4.Show();
- classicLabel4.Text = "Preparing to travel. ETA: 180 secs.";
+ classicLabel4.Text = "Preparing to travel. ETA: 120 secs.";
timer1.Start();
Story.Hack3.StartObjective();
}