diff options
| author | lempamo <[email protected]> | 2017-08-27 12:25:52 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-27 12:25:52 -0400 |
| commit | d5d50c6c205b505ea6f4dcae90b3797ed6c180f7 (patch) | |
| tree | f388484cf442b19c170fccc716963c70cc78ffab /Histacom2/OS/Win98 | |
| parent | 05bbceb1092a3315cdcb29bda7c756ffbb547500 (diff) | |
| download | histacom2-d5d50c6c205b505ea6f4dcae90b3797ed6c180f7.tar.gz histacom2-d5d50c6c205b505ea6f4dcae90b3797ed6c180f7.tar.bz2 histacom2-d5d50c6c205b505ea6f4dcae90b3797ed6c180f7.zip | |
better file removal and other smaller things
Diffstat (limited to 'Histacom2/OS/Win98')
| -rw-r--r-- | Histacom2/OS/Win98/Win98.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs index 3f75af7..146aa3c 100644 --- a/Histacom2/OS/Win98/Win98.cs +++ b/Histacom2/OS/Win98/Win98.cs @@ -71,7 +71,7 @@ namespace Histacom2.OS.Win98 // When New Game is clicked in TitleScreen.cs private void Desktop_Load(object sender, EventArgs e) { - UpgradeFileSystem("95", "98"); + UpgradeFileSystem( "98"); if (currentTheme.defaultWallpaper != null) desktopicons.BackgroundImage = new Bitmap(currentTheme.defaultWallpaper, Width, Height); //Start Menu Color - Commented until it works reliably |
