diff options
| author | lempamo <[email protected]> | 2017-08-11 14:52:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-11 14:52:30 -0400 |
| commit | a5709d1c3a088f46b80d7839623735d0fa649074 (patch) | |
| tree | 089e9c33198aaa1251bae44cb63e12b9d12ed415 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | |
| parent | a2aef11bd4ca2553bad5f5bdab7ae22dad6247ac (diff) | |
| download | histacom2-a5709d1c3a088f46b80d7839623735d0fa649074.tar.gz histacom2-a5709d1c3a088f46b80d7839623735d0fa649074.tar.bz2 histacom2-a5709d1c3a088f46b80d7839623735d0fa649074.zip | |
improved 12padams slightly
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 5 |
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) |
