diff options
| author | lempamo <lempamo@users.noreply.github.com> | 2017-08-29 22:36:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-29 22:36:15 -0400 |
| commit | f1e358854383925aaf471c368cb01fe049c65c07 (patch) | |
| tree | e9ac99508869680b2712219596a44f406ae2d860 /Histacom2/OS/Win95/Win95Apps/Story | |
| parent | d4d94f85a6424e4d21cecccec21b0e78860431d6 (diff) | |
| parent | 59505ed4dd131afbd18c0b3e660c8c72815ba5a2 (diff) | |
| download | histacom2-f1e358854383925aaf471c368cb01fe049c65c07.tar.gz histacom2-f1e358854383925aaf471c368cb01fe049c65c07.tar.bz2 histacom2-f1e358854383925aaf471c368cb01fe049c65c07.zip | |
Merge pull request #155 from AShifter/master
Master
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/Story')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Story/Hack1.cs | 2 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/Story/Hack1.cs b/Histacom2/OS/Win95/Win95Apps/Story/Hack1.cs index b988092..41f7c35 100644 --- a/Histacom2/OS/Win95/Win95Apps/Story/Hack1.cs +++ b/Histacom2/OS/Win95/Win95Apps/Story/Hack1.cs @@ -39,7 +39,7 @@ namespace Histacom2.OS.Win95.Win95Apps.Story public static async void ContinueObjective() { WinClassicTerminal Console = new WinClassicTerminal(true); - WinClassic app = wm.StartWin95(Console, "MS-DOS Prompt", null, true, true); + WinClassic app = wm.Init(Console, "MS-DOS Prompt", null, true, true); Console.WriteLine("telnet> 104.27.135.159 Connecting..."); await Task.Delay(2500); diff --git a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs index b72c576..5f71ce4 100644 --- a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs +++ b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs @@ -17,7 +17,7 @@ namespace Histacom2.OS.Win95.Win95Apps.Story { WinClassicTerminal Console = new WinClassicTerminal(true); Random r = new Random(); - WinClassic app = wm.StartWin95(Console, "MS-DOS Prompt", null, true, true); + WinClassic app = wm.Init(Console, "MS-DOS Prompt", null, true, true); Console.WriteLine("telnet> 185.152.46.51 Connecting..."); await Task.Delay(2500); |
