aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-30 22:24:16 -0400
committerlempamo <[email protected]>2017-10-30 22:24:16 -0400
commit49e30d88787458779ec80a7cbc97d55a09bf67c9 (patch)
tree0c9c7c255fc75ec0539e66e6400667264228775f /Histacom2/OS/Win98/Win98.cs
parent7f58311cc5c0080764174d342c96d4a14b0662e3 (diff)
downloadhistacom2-49e30d88787458779ec80a7cbc97d55a09bf67c9.tar.gz
histacom2-49e30d88787458779ec80a7cbc97d55a09bf67c9.tar.bz2
histacom2-49e30d88787458779ec80a7cbc97d55a09bf67c9.zip
webchat 99 will now open in the start menu
Diffstat (limited to 'Histacom2/OS/Win98/Win98.cs')
-rw-r--r--Histacom2/OS/Win98/Win98.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs
index e10904e..26e203c 100644
--- a/Histacom2/OS/Win98/Win98.cs
+++ b/Histacom2/OS/Win98/Win98.cs
@@ -76,7 +76,7 @@ namespace Histacom2.OS.Win98
// When New Game is clicked in TitleScreen.cs
private void Desktop_Load(object sender, EventArgs e)
{
- UpgradeFileSystem( "98");
+ if (!CurrentSave.FTime95) UpgradeFileSystem( "98");
if (currentTheme.defaultWallpaper != null) desktopicons.BackgroundImage = new Bitmap(currentTheme.defaultWallpaper, Width, Height);
//Start Menu Color - Commented until it works reliably
@@ -116,7 +116,7 @@ namespace Histacom2.OS.Win98
this.BringToFront();
//Check if it is the first time
- if (CurrentSave.FTime98 == false)
+ if (!CurrentSave.FTime98)
{
CurrentSave.FTime98 = true;
SaveGame();