From be79ac82e2a542d21f15222119be99051f32dfa8 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 17 Nov 2022 11:22:51 +0700 Subject: More structured in functions --- ShiftOS-TheRevival/Functions/InGame/Terminate.vb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ShiftOS-TheRevival/Functions/InGame/Terminate.vb (limited to 'ShiftOS-TheRevival/Functions/InGame/Terminate.vb') 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 -- cgit v1.2.3