diff options
| author | lempamo <[email protected]> | 2017-10-23 12:01:44 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-23 12:01:44 -0400 |
| commit | 5e91513731ab83f356fd3cb4d2a13c93e933419a (patch) | |
| tree | b2402ea1db05e2e46bab58a272379fdb7a90a6ce /Histacom2 | |
| parent | a9fc08f91fb2e33303ddb6e1e7359ce9539720ed (diff) | |
| download | histacom2-5e91513731ab83f356fd3cb4d2a13c93e933419a.tar.gz histacom2-5e91513731ab83f356fd3cb4d2a13c93e933419a.tar.bz2 histacom2-5e91513731ab83f356fd3cb4d2a13c93e933419a.zip | |
winxp template needs fixing
Diffstat (limited to 'Histacom2')
| -rw-r--r-- | Histacom2/OS/WinXPBad/Story/Hack4.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs index 1abd811..2a9bcd7 100644 --- a/Histacom2/OS/WinXPBad/Story/Hack4.cs +++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs @@ -15,8 +15,7 @@ namespace Histacom2.OS.WinXPBad.Story public static async void StartObjective() { Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true); - Random r = new Random(); - WinClassic app = wm.Init(Console, "MS-DOS Prompt", null, true, true); + WinXP app = wm.InitXP(Console, "MS-DOS Prompt", null, true, true); } } } |
