From 9c644ead8f61e0ee4f405433350e4030256b46fd Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 30 Oct 2017 22:49:27 -0400 Subject: travel to bad xp works --- Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs') diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs index e48f4ed..a6c52c1 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs @@ -25,7 +25,7 @@ namespace Histacom2.OS.Win98.Win98Apps classicLabel4.Show(); classicLabel4.Text = "Preparing to travel. ETA: 120 secs."; timer1.Start(); - Story.Hack3.StartObjective(); + Story.Hack3.StartObjective(this); } private void timer1_Tick(object sender, EventArgs e) -- cgit v1.2.3