diff options
| author | EverythingWindows <[email protected]> | 2022-12-10 01:56:35 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-12-10 01:56:35 +0700 |
| commit | 365cc92f8a7c20a1a2f455a92188528b1239cd6d (patch) | |
| tree | 7d70786ac5170601fc0fe5b5cbf7bf00a7d819c4 /ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb | |
| parent | 2cb19f4dd09ab07893b331bf93728368ae0c3f00 (diff) | |
| download | shiftos-therevival-old-0.2.8.tar.gz shiftos-therevival-old-0.2.8.tar.bz2 shiftos-therevival-old-0.2.8.zip | |
0.2.8 final code0.2.8
Diffstat (limited to 'ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb b/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb index 8a55d24..a8a0478 100644 --- a/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb +++ b/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb @@ -144,7 +144,7 @@ Module SaveLoadSystem Strings.ComputerInfo(0) = "shiftos" Strings.ComputerInfo(1) = "user" Strings.ComputerInfo(2) = "0" - Strings.ComputerInfo(4) = "42" + Strings.ComputerInfo(4) = "53" Strings.AvailableFeature(0) = "1" Strings.AvailableFeature(1) = "1" Strings.AvailableFeature(2) = "1" @@ -213,7 +213,7 @@ Module SaveLoadSystem 'Same as new game but codepoints automatically assigned to 9999 and not saved into the FS Strings.ComputerInfo(0) = "shiftos" Strings.ComputerInfo(1) = "user" - Strings.ComputerInfo(2) = 9999 + Strings.ComputerInfo(2) = 100000 Strings.ComputerInfo(4) = "0" Strings.AvailableFeature(0) = "2" Strings.AvailableFeature(1) = "2" |
