diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-01 21:25:32 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-01 21:25:32 -0500 |
| commit | b8b914d600a18a25448c0ddcde963a3e9a30a534 (patch) | |
| tree | 481bfaec0a5217205751c02c3f9c1fc8870a01ab /Histacom2/TitleScreen.cs | |
| parent | 529e5221b7c72a3613eb4aa396d4626a0173c571 (diff) | |
| parent | 7e54d42ed67bf8417a4a479dedce65217adc8309 (diff) | |
| download | histacom2-b8b914d600a18a25448c0ddcde963a3e9a30a534.tar.gz histacom2-b8b914d600a18a25448c0ddcde963a3e9a30a534.tar.bz2 histacom2-b8b914d600a18a25448c0ddcde963a3e9a30a534.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2/TitleScreen.cs')
| -rw-r--r-- | Histacom2/TitleScreen.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Histacom2/TitleScreen.cs b/Histacom2/TitleScreen.cs index 1cefa9c..851bd19 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 { |
