diff options
| author | lempamo <[email protected]> | 2017-10-28 20:59:26 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-28 20:59:26 -0400 |
| commit | 5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0 (patch) | |
| tree | 5f6a297022dd498eab3ef1e792961ca2b27a7099 | |
| parent | deb3657d65bcb7c1eefa456308955407f65306ea (diff) | |
| download | histacom2-5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0.tar.gz histacom2-5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0.tar.bz2 histacom2-5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0.zip | |
Update Hack2.cs
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs index 42112a9..577b38a 100644 --- a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs +++ b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs @@ -80,7 +80,7 @@ namespace Histacom2.OS.Win95.Win95Apps.Story await Task.Delay(2500); Console.WriteLine("Command> Show Start Button"); TitleScreen.frm95.startbutton.Show(); - if (SaveSystem.currentTheme.defaultWallpaper != null) TitleScreen.frm95.desktopicons.BackgroundImage = new Bitmap(currentTheme.defaultWallpaper, Width, Height); + if (SaveSystem.currentTheme.defaultWallpaper != null) TitleScreen.frm95.desktopicons.BackgroundImage = new Bitmap(SaveSystem.currentTheme.defaultWallpaper, TitleScreen.frm95.Width, TitleScreen.frm95.Height); await Task.Delay(2900); Console.WriteLine("12padams> OKAY, NOW YOU'VE DONE IT!"); await Task.Delay(2500); |
