aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Controls/TerminalBox.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-05-06 14:56:45 -0700
committerwilliam341 <[email protected]>2017-05-06 14:56:45 -0700
commit7d24f19716f6c09bbe82c470b83924950ab92daf (patch)
tree8ac7bf645a3e40e920a8004573a3a3fcf2fa5ff6 /ShiftOS.WinForms/Controls/TerminalBox.cs
parent147cd66b3958d382ea879d66c4d653a6f734f82b (diff)
downloadshiftos_thereturn-7d24f19716f6c09bbe82c470b83924950ab92daf.tar.gz
shiftos_thereturn-7d24f19716f6c09bbe82c470b83924950ab92daf.tar.bz2
shiftos_thereturn-7d24f19716f6c09bbe82c470b83924950ab92daf.zip
oh god
Diffstat (limited to 'ShiftOS.WinForms/Controls/TerminalBox.cs')
-rw-r--r--ShiftOS.WinForms/Controls/TerminalBox.cs2
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;
}
}