diff options
| author | EverythingWindows <[email protected]> | 2022-11-05 23:48:35 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-05 23:48:35 +0700 |
| commit | a0e7f1ba37f891bec48fcc20ec0b629dc52abc90 (patch) | |
| tree | 7fc265c56cd894bbd2e05a3dc431a89a6ccca058 /ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb | |
| parent | ed6f6ee29d5d29a6e06cb15fadb4c0e3520c6e40 (diff) | |
| download | shiftos-therevival-old-a0e7f1ba37f891bec48fcc20ec0b629dc52abc90.tar.gz shiftos-therevival-old-a0e7f1ba37f891bec48fcc20ec0b629dc52abc90.tar.bz2 shiftos-therevival-old-a0e7f1ba37f891bec48fcc20ec0b629dc52abc90.zip | |
Menu system, bc fixings, and references to directory navigation added
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb b/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb index bf15c45..4a51917 100644 --- a/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb +++ b/ShiftOS-TheRevival/MainForms/SaveLoadSystem.vb @@ -13,11 +13,12 @@ Strings.AvailableFeature(7) = "2" Strings.AvailableFeature(8) = "2" Strings.AvailableFeature(9) = "2" + Strings.AvailableFeature(10) = "2" End Sub Public Sub FreeRoamMode() Strings.ComputerInfo(2) = "0" - Strings.ComputerInfo(4) = "9" + Strings.ComputerInfo(4) = "11" Strings.AvailableFeature(0) = "1" Strings.AvailableFeature(1) = "1" Strings.AvailableFeature(2) = "1" @@ -28,6 +29,7 @@ Strings.AvailableFeature(7) = "1" Strings.AvailableFeature(8) = "1" Strings.AvailableFeature(9) = "1" + Strings.AvailableFeature(10) = "1" End Sub Public Sub GodMode() @@ -43,5 +45,6 @@ Strings.AvailableFeature(7) = "2" Strings.AvailableFeature(8) = "2" Strings.AvailableFeature(9) = "2" + Strings.AvailableFeature(10) = "2" End Sub End Module |
