diff options
| author | FloppyDiskDrive <[email protected]> | 2017-08-27 15:50:37 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-08-27 15:50:37 -0500 |
| commit | 529e5221b7c72a3613eb4aa396d4626a0173c571 (patch) | |
| tree | 6306b7fdc0dbe4b42e27296d5d74e5787fbc8146 /Histacom2/OS/Win98/Win98.cs | |
| parent | 7e7ef43d2f5a046491acb040a63a38b4f91569e2 (diff) | |
| parent | d2006a3cf629c0ac4ec020778604ae490b4981ec (diff) | |
| download | histacom2-529e5221b7c72a3613eb4aa396d4626a0173c571.tar.gz histacom2-529e5221b7c72a3613eb4aa396d4626a0173c571.tar.bz2 histacom2-529e5221b7c72a3613eb4aa396d4626a0173c571.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2/OS/Win98/Win98.cs')
| -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 |
