MusicPlayer visibility controls

This commit is contained in:
alzeih
2010-05-08 13:45:59 +12:00
parent c6af772d92
commit 29d670dd79
3 changed files with 16 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ namespace OpenRA.GameRules
public readonly int Width = 0;
public readonly int Height = 0;
public readonly bool Fullscreen = false;
public bool MusicPlayer = true;
// Internal game settings
public readonly int Timestep = 40;