diff options
| author | lempamo <[email protected]> | 2017-07-03 17:40:59 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-03 17:40:59 -0400 |
| commit | 34ecd67921e7205bf9f7e271458bde6d325d2753 (patch) | |
| tree | b5f5d6a359f142c075f4dd10c289006d319dc824 /TimeHACK.Main/OS/BIOS | |
| parent | 1f95add1534c986ec793d20ad3bf4a9a1deae600 (diff) | |
| download | histacom2-34ecd67921e7205bf9f7e271458bde6d325d2753.tar.gz histacom2-34ecd67921e7205bf9f7e271458bde6d325d2753.tar.bz2 histacom2-34ecd67921e7205bf9f7e271458bde6d325d2753.zip | |
fixed up hack1
Diffstat (limited to 'TimeHACK.Main/OS/BIOS')
| -rw-r--r-- | TimeHACK.Main/OS/BIOS/BIOS.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs index ec89495..1e77eaa 100644 --- a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs +++ b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs @@ -28,7 +28,7 @@ /// </summary> private void InitializeComponent() { - this.BIOSConsole = new TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal(); + this.BIOSConsole = new TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal(true); this.SuspendLayout(); // // BIOSConsole |
