aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/MainMenu.cs')
-rw-r--r--Project Ports/MainMenu.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs
index a1eb5aa..ab5f1e8 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -42,18 +42,18 @@ namespace Project_Ports
private void btnPlay_Click(object sender, EventArgs e)
{
- Desktop desktop = new Desktop();
+ Desktop desktop = new Desktop();
#if DEBUG
Properties.Settings.Default.hijacked = false;
desktop.Show();
- #endif
+ #endif
if (Properties.Settings.Default.hijacked == true)
{
hijackScreen hijack = new hijackScreen();
hijack.Show();
- } else
+ }
+ else
{
-
desktop.Show();
}