aboutsummaryrefslogtreecommitdiff
path: root/Histacom2
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-28 20:59:26 -0400
committerGitHub <[email protected]>2017-10-28 20:59:26 -0400
commit5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0 (patch)
tree5f6a297022dd498eab3ef1e792961ca2b27a7099 /Histacom2
parentdeb3657d65bcb7c1eefa456308955407f65306ea (diff)
downloadhistacom2-5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0.tar.gz
histacom2-5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0.tar.bz2
histacom2-5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0.zip
Update Hack2.cs
Diffstat (limited to 'Histacom2')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs2
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);