move cnc shellmap music toggle into Sound settings group where it belongs
This commit is contained in:
@@ -73,6 +73,7 @@ namespace OpenRA.GameRules
|
||||
public float VideoVolume = 0.5f;
|
||||
public bool Shuffle = false;
|
||||
public bool Repeat = false;
|
||||
public bool ShellmapMusic = true;
|
||||
}
|
||||
|
||||
public class PlayerSettings
|
||||
@@ -87,7 +88,6 @@ namespace OpenRA.GameRules
|
||||
public class GameSettings
|
||||
{
|
||||
public string[] Mods = { "ra" };
|
||||
public bool ShellmapMusic = true;
|
||||
|
||||
public bool TeamChatToggle = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user