#2039 fixed - add Sound.Engine config item, default is "AL" for OpenAL sound engine; "Null" gives you no sound

This commit is contained in:
Chris Forbes
2012-04-24 20:23:41 +12:00
parent 84a50e8e86
commit 6e3aa46008
3 changed files with 47 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ namespace OpenRA.GameRules
public bool Shuffle = false;
public bool Repeat = false;
public bool ShellmapMusic = true;
public string Engine = "AL";
}
public class PlayerSettings