This commit is contained in:
william341 2017-05-06 14:56:45 -07:00
parent 147cd66b39
commit 7d24f19716

View file

@ -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;
}
}