aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index e880926..aa20f37 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -38,6 +38,9 @@ namespace TimeHACK.OS.Win95.Win95Apps
case "www.google.stanford.edu":
uc = new GooglePrototype();
break;
+ case "www.12padams.com":
+ uc = new _12padams1998();
+ break;
default:
uc = new IE4NoPage();
break;
@@ -50,6 +53,8 @@ namespace TimeHACK.OS.Win95.Win95Apps
browsingArea.Controls.Clear();
browsingArea.Controls.Add(uc);
+
+ if (url == "www.12padams.com") Story.Hack1.StartObjective();
}
private void TempIE4_Load(object sender, EventArgs e)