aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/TitleScreen.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-08-29 12:34:00 -0600
committerAShifter <[email protected]>2017-08-29 12:34:00 -0600
commitb1689dea36e46933280bfcc0d186746dd6210c0f (patch)
tree3644ac63218378082e0afa90d4c42d73d6d3980c /Histacom2/TitleScreen.cs
parentf8e657ddbaf3654f102676a0b51e424c005218c3 (diff)
parentd4d94f85a6424e4d21cecccec21b0e78860431d6 (diff)
downloadhistacom2-b1689dea36e46933280bfcc0d186746dd6210c0f.tar.gz
histacom2-b1689dea36e46933280bfcc0d186746dd6210c0f.tar.bz2
histacom2-b1689dea36e46933280bfcc0d186746dd6210c0f.zip
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2/TitleScreen.cs')
-rw-r--r--Histacom2/TitleScreen.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Histacom2/TitleScreen.cs b/Histacom2/TitleScreen.cs
index 1cefa9c..e29c67c 100644
--- a/Histacom2/TitleScreen.cs
+++ b/Histacom2/TitleScreen.cs
@@ -55,7 +55,6 @@ namespace Histacom2
public void StartGame()
{
- //TODO: You may want to handle story stuff to decide what OS to boot here.
if (Convert.ToInt32(VM_Width.Text) == 1337 && Convert.ToInt32(VM_Height.Text) == 1337) leet();
else
{
@@ -208,8 +207,6 @@ namespace Histacom2
} catch {
}
-
-
// If VM Mode is not enabled
if (vm_mode.Checked != true)