diff options
| author | EverythingWindows <[email protected]> | 2022-11-23 21:30:54 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-23 21:30:54 +0700 |
| commit | 537ba4982ec7c8b3a1a3609fe13bc6f0624fee73 (patch) | |
| tree | b410910ebbce89e8d432215c7de3d8ac5f24c734 /ShiftOS-TheRevival/MainForms/Applications/Console.vb | |
| parent | 2c4952012f194936e6b677f3b95e07fdadd3b337 (diff) | |
| download | shiftos-therevival-old-537ba4982ec7c8b3a1a3609fe13bc6f0624fee73.tar.gz shiftos-therevival-old-537ba4982ec7c8b3a1a3609fe13bc6f0624fee73.tar.bz2 shiftos-therevival-old-537ba4982ec7c8b3a1a3609fe13bc6f0624fee73.zip | |
Integrating Chapter 2 into the game and minor changes to check the story
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Console.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Applications/Console.vb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Console.vb b/ShiftOS-TheRevival/MainForms/Applications/Console.vb index 63d3bbd..8e34957 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/Console.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/Console.vb @@ -11,7 +11,6 @@ Public Class Console Public CurrentInterpreter As String 'Shows what program is using Console Public CurrentDirectory As String 'Current Directory for ShiftOS Explorer Public Pseudodir As String 'Pseudo-directory for ShiftFS - Public StayAtChapter As Boolean = False 'If this set to true, then intro for chapters are mostly going to be in Public ToolBarUse As Boolean = False 'Either any program is using ToolBar or not Public ReleaseCursor As Boolean = False 'Release cursor from TrackPos Public ShOSKey As String 'DOSKEY tracking string for ShiftOS |
