aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-10-28 20:40:01 -0400
committerjtsshieh <[email protected]>2017-10-28 20:40:01 -0400
commit9b1e869f9cddba3ae868071094a41306c38038f9 (patch)
treed2530fd658ebdd2a573e338fd3a39ec658b166f4
parentfc44ad047e81031be219b1894853fe70cc46b85c (diff)
downloadhistacom2-9b1e869f9cddba3ae868071094a41306c38038f9.tar.gz
histacom2-9b1e869f9cddba3ae868071094a41306c38038f9.tar.bz2
histacom2-9b1e869f9cddba3ae868071094a41306c38038f9.zip
Let background change to savesystem's currentsave one during time distortion
-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 77f63b5..ec9cb07 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;
+ TitleScreen.frm95.desktopicons.BackgroundImage = SaveSystem.currentTheme.defaultWallpaper;
await Task.Delay(2900);
Console.WriteLine("12padams> OKAY, NOW YOU'VE DONE IT!");
await Task.Delay(2500);