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/Win95/Win95Apps/Story/Hack2.cs | |
| 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/Win95/Win95Apps/Story/Hack2.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs | 2 |
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 1dc99da..76b9baf 100644 --- a/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs +++ b/Histacom2/OS/Win95/Win95Apps/Story/Hack2.cs @@ -270,7 +270,7 @@ namespace Histacom2.OS.Win95.Win95Apps.Story await Task.Delay(2000); sp.Stop(); - SaveSystem.UpgradeFileSystem("95", "98"); + SaveSystem.UpgradeFileSystem("98"); SaveSystem.CurrentSave.CurrentOS = "98"; SaveSystem.currentTheme = new Default98Theme(); SaveSystem.CurrentSave.ThemeName = "default98"; |
