aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Story
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-17 14:10:30 -0400
committerlempamo <[email protected]>2017-08-17 14:10:30 -0400
commitcba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch)
tree9cb7d978a7085710680246e5b9b73276d69b5b09 /TimeHACK.Main/OS/Win95/Win95Apps/Story
parent48fb80e89674127f89508ed2293cc591aaf6af4b (diff)
downloadhistacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip
IE4 is now IE3
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Story')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs
index ecea3af..e064ce0 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs
@@ -273,6 +273,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
SaveSystem.UpgradeFileSystem("95", "98");
SaveSystem.CurrentSave.CurrentOS = "98";
SaveSystem.currentTheme = new Default98Theme();
+ SaveSystem.CurrentSave.ThemeName = "default98";
TitleScreen.frm95.distort.ParentForm.Close();
Program.title.StartGame();
TitleScreen.frm95.Close();