added hidden audio settings to ra/d2k GUI

- video volume
- map music (was shellmap music)
- sound engine
This commit is contained in:
Matthias Mailänder
2013-02-14 19:14:24 +01:00
parent 19e6a588b8
commit ba8c9bb1b1
5 changed files with 69 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenRA.GameRules
public float VideoVolume = 0.5f;
public bool Shuffle = false;
public bool Repeat = false;
public bool ShellmapMusic = true;
public bool MapMusic = true;
public string Engine = "AL";
public SoundCashTicks SoundCashTickType = SoundCashTicks.Extreme;