diff options
| author | lempamo <[email protected]> | 2017-10-28 20:00:14 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-28 20:00:14 -0500 |
| commit | b2e99d751dd7417599212df04c74cdeb60c6453e (patch) | |
| tree | 0c3892ecc10e96943621419924fa717a5fdd0a6d /Histacom2/OS/Win95/Win95Apps/Story | |
| parent | 8501b2ff1483efc270216ec33fd93abccdb66253 (diff) | |
| parent | 5a87139ba9f8ad29b7c3e8c0d4249e149e1eebd0 (diff) | |
| download | histacom2-b2e99d751dd7417599212df04c74cdeb60c6453e.tar.gz histacom2-b2e99d751dd7417599212df04c74cdeb60c6453e.tar.bz2 histacom2-b2e99d751dd7417599212df04c74cdeb60c6453e.zip | |
Merge pull request #172 from jtsshieh/master
Fixing bugs part 1
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/Story')
| -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 77f63b5..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(); - TitleScreen.frm95.desktopicons.BackgroundImage = null; + 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); |
