aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS
diff options
context:
space:
mode:
authorrhobar <[email protected]>2015-03-15 17:56:53 +0000
committerrhobar <[email protected]>2015-03-15 17:56:53 +0000
commitdda2964b748eafb3ff1105966f8a349069834cc0 (patch)
treea90255ee55637d76ba84a081848bdfc25c2b89ed /ShiftOS
parentb107f2e8fdd56a3131a6f0c19d4d7cb1e4ddaca0 (diff)
downloadshiftos-dda2964b748eafb3ff1105966f8a349069834cc0.tar.gz
shiftos-dda2964b748eafb3ff1105966f8a349069834cc0.tar.bz2
shiftos-dda2964b748eafb3ff1105966f8a349069834cc0.zip
Game-saving issue fixed #2.
Diffstat (limited to 'ShiftOS')
-rw-r--r--ShiftOS/ShiftOSDesktop.vb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS/ShiftOSDesktop.vb b/ShiftOS/ShiftOSDesktop.vb
index cc6cdeb..429055f 100644
--- a/ShiftOS/ShiftOSDesktop.vb
+++ b/ShiftOS/ShiftOSDesktop.vb
@@ -1062,8 +1062,8 @@
SortOutBooleans(WebBrowserCorrupted, 613, False)
If boughtdesktopicons = True Then savelines(614) = 11 Else savelines(614) = 10
If boughtadvapplauncher = True Then savelines(615) = 11 Else savelines(615) = 10
- IO.File.WriteAllLines(ShiftOSPath + "\Shiftum42\Drivers\HDD.dri", savelines)
- File_Crypt.EncryptFile(ShiftOSPath + "\Shiftum42\Drivers\HDD.dri", "C:\ShiftOS\Shiftum42\SKernal.sft", sSecretKey)
+ IO.File.WriteAllLines(Paths.savedata & "Drivers\HDD.dri", savelines)
+ File_Crypt.EncryptFile(Paths.savedata & "Drivers\HDD.dri", Paths.savedata & "SKernal.sft", sSecretKey)
Try
Dim sw As New IO.StreamWriter(Paths.dnldata & "Downloadhistory.lst")
sw.Write(downloadmanagerhistory)