diff options
| author | lempamo <[email protected]> | 2017-10-28 20:57:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-28 20:57:36 -0400 |
| commit | deb3657d65bcb7c1eefa456308955407f65306ea (patch) | |
| tree | 5156d69e4d951c5df083226fb78fa8ec884aa6ea | |
| parent | 410c6afab4044f3a9d34e1b4e94e7b9999073a31 (diff) | |
| download | histacom2-deb3657d65bcb7c1eefa456308955407f65306ea.tar.gz histacom2-deb3657d65bcb7c1eefa456308955407f65306ea.tar.bz2 histacom2-deb3657d65bcb7c1eefa456308955407f65306ea.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 ec9cb07..42112a9 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(); - TitleScreen.frm95.desktopicons.BackgroundImage = SaveSystem.currentTheme.defaultWallpaper; + if (SaveSystem.currentTheme.defaultWallpaper != null) TitleScreen.frm95.desktopicons.BackgroundImage = new Bitmap(currentTheme.defaultWallpaper, Width, Height); await Task.Delay(2900); Console.WriteLine("12padams> OKAY, NOW YOU'VE DONE IT!"); await Task.Delay(2500); |
