Next track / repeat on song completion.

This commit is contained in:
Paul Chote
2010-09-10 21:51:11 +12:00
parent f645049054
commit 8b4551c605
4 changed files with 43 additions and 4 deletions

View File

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