aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Functions/InGame/Terminate.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/Terminate.vb')
-rw-r--r--ShiftOS-TheRevival/Functions/InGame/Terminate.vb15
1 files changed, 0 insertions, 15 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/Terminate.vb b/ShiftOS-TheRevival/Functions/InGame/Terminate.vb
deleted file mode 100644
index 9654185..0000000
--- a/ShiftOS-TheRevival/Functions/InGame/Terminate.vb
+++ /dev/null
@@ -1,15 +0,0 @@
-Module Terminate
- Public Sub TerminateShiftOS()
- NewLine("Stopping the Window Manager...")
- StopX()
- Console_Full()
- If Strings.OnceInfo(6) = "story" Then
- NewLine("Saving game...")
- SaveGame()
- End If
- Cursor.Show()
- NewLine("Shutting down...")
- ShiftOSMenu.Show()
- Console.Close()
- End Sub
-End Module