Add VideoVolume

This commit is contained in:
alzeih
2010-08-14 16:10:27 +12:00
parent ae703d50b2
commit db16ab4cdc
2 changed files with 17 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenRA.GameRules
//Sound Settings
public float SoundVolume = 0.5f;
public float MusicVolume = 0.5f;
public float VideoVolume = 0.5f;
public bool MusicPlayer = false;
// Internal game settings