diff options
| author | lempamo <[email protected]> | 2017-08-28 00:30:06 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-28 00:30:06 -0400 |
| commit | 7e54d42ed67bf8417a4a479dedce65217adc8309 (patch) | |
| tree | 481bfaec0a5217205751c02c3f9c1fc8870a01ab /Histacom2/TitleScreen.cs | |
| parent | d2006a3cf629c0ac4ec020778604ae490b4981ec (diff) | |
| download | histacom2-7e54d42ed67bf8417a4a479dedce65217adc8309.tar.gz histacom2-7e54d42ed67bf8417a4a479dedce65217adc8309.tar.bz2 histacom2-7e54d42ed67bf8417a4a479dedce65217adc8309.zip | |
made 95 windows close when travelling to 1999
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 { |
