diff options
| author | william341 <[email protected]> | 2017-05-06 14:56:45 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-05-06 14:56:45 -0700 |
| commit | 7d24f19716f6c09bbe82c470b83924950ab92daf (patch) | |
| tree | 8ac7bf645a3e40e920a8004573a3a3fcf2fa5ff6 | |
| parent | 147cd66b3958d382ea879d66c4d653a6f734f82b (diff) | |
| download | shiftos_thereturn-7d24f19716f6c09bbe82c470b83924950ab92daf.tar.gz shiftos_thereturn-7d24f19716f6c09bbe82c470b83924950ab92daf.tar.bz2 shiftos_thereturn-7d24f19716f6c09bbe82c470b83924950ab92daf.zip | |
oh god
| -rw-r--r-- | ShiftOS.WinForms/Controls/TerminalBox.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Controls/TerminalBox.cs b/ShiftOS.WinForms/Controls/TerminalBox.cs index f85daa6..ea7808c 100644 --- a/ShiftOS.WinForms/Controls/TerminalBox.cs +++ b/ShiftOS.WinForms/Controls/TerminalBox.cs @@ -243,7 +243,7 @@ namespace ShiftOS.WinForms.Controls break; default: - Engine.AudioManager.PlayStream(Properties.Resources.typesound); + //Engine.AudioManager.PlayStream(Properties.Resources.typesound); // infernal beeping noise only enable for the trailers break; } } |
