Disable world sounds when the ingame menu is open.

This commit is contained in:
Paul Chote
2016-12-10 18:41:31 +00:00
parent 443c3ee72d
commit 55f76c02d6
8 changed files with 18 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ namespace OpenRA.Mods.Common.Widgets
public readonly string MenuContainer = "INGAME_MENU";
public readonly bool Pause = true;
public readonly bool HideIngameUI = true;
public readonly bool DisableWorldSounds = false;
[ObjectCreator.UseCtor]
public MenuButtonWidget(ModData modData)