aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-24 08:18:00 +0700
committerEverythingWindows <[email protected]>2022-11-24 08:18:00 +0700
commita594d38810939c8afbf0e12fb970d8aa3fd880e5 (patch)
tree0d4dc7b1453e5f619376589ae9c18a63c0e00335 /ShiftOS-TheRevival/MainForms/DesktopEnvironment/master
parent537ba4982ec7c8b3a1a3609fe13bc6f0624fee73 (diff)
downloadshiftos-therevival-old-a594d38810939c8afbf0e12fb970d8aa3fd880e5.tar.gz
shiftos-therevival-old-a594d38810939c8afbf0e12fb970d8aa3fd880e5.tar.bz2
shiftos-therevival-old-a594d38810939c8afbf0e12fb970d8aa3fd880e5.zip
Developing Chapter 2 stuff now
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/DesktopEnvironment/master')
-rw-r--r--ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb10
1 files changed, 3 insertions, 7 deletions
diff --git a/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb b/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb
index 8b501ce..f772031 100644
--- a/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb
+++ b/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb
@@ -17,18 +17,14 @@ Module DesktopManager
Public Sub StopG()
IsStartG = False
- 'MsgBox("IsConsoleParent should be true!")
IsConsoleParent = True
- ''MsgBox("PID 0 0")
- 'Strings.ProcessID(0) = 0
- ''MsgBox("PID 1 0")
- 'Strings.ProcessID(1) = 0
TerminateWindowApps()
- 'MsgBox("Hide!")
Cursor.Hide()
+ If Strings.OnceInfo(6) = "story" Then
+ SaveGame()
+ End If
MsgBox("this is not a bug, this is a feature") 'Use this messagebox to hold Console to stay open, because removing this line closes Console all together for some reason
Console.Show()
- 'MsgBox("ADIOS!")
Desktop.Hide()
End Sub