shuffle music (Author: alzeih)

This commit is contained in:
Paul Chote
2010-09-10 20:59:03 +12:00
parent aa832244fb
commit f645049054
2 changed files with 22 additions and 21 deletions

View File

@@ -48,6 +48,7 @@ namespace OpenRA.GameRules
public float SoundVolume = 0.5f;
public float MusicVolume = 0.5f;
public float VideoVolume = 0.5f;
public bool Shuffle = false;
}
public class PlayerSettings