Allow players to mute shellmap background music

This commit is contained in:
Ivaylo Draganov
2020-01-31 18:41:18 +02:00
committed by Paul Chote
parent 28f7604172
commit 3e2022a3dd
9 changed files with 51 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ namespace OpenRA
public bool CashTicks = true;
public bool Mute = false;
public bool MuteBackgroundMusic = false;
}
public class PlayerSettings