Merge pull request #3617 from pchote/audio-device-selector

Audio device selector
This commit is contained in:
Matthias Mailänder
2013-08-02 11:02:21 -07:00
8 changed files with 179 additions and 49 deletions

View File

@@ -104,7 +104,8 @@ namespace OpenRA.GameRules
public bool Repeat = false;
public bool MapMusic = true;
public string Engine = "AL";
public string Device = null;
public SoundCashTicks SoundCashTickType = SoundCashTicks.Extreme;
}