From a81438ac681f83c6ca13a5000d3944ce8c50db9a Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 1 May 2017 16:37:21 -0400 Subject: set up the hwcv --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs index 2fd0fe5..8a159e9 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs @@ -23,6 +23,8 @@ namespace TimeHACK.OS.Win95.Win95Apps { Label3.Show(); Label3.Text = "Hidden Content Found: Time Distorter"; + TitleScreen.frm95.hiddenpadamsFound = true; + if (TitleScreen.frm95.ie != null && ((WinClassicIE4)TitleScreen.frm95.ie.programContent.Controls[0]).currentsite.Title == "12PADAMS") ((WinClassicIE4)TitleScreen.frm95.ie.programContent.Controls[0]).webBrowser1.Refresh(); } else { -- cgit v1.2.3