diff --git a/AUTHORS b/AUTHORS index d313d79556..710199cc90 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,4 +6,5 @@ The OpenRA developers are: * Matthew Bowra-Dean * Paul Chote * Alli Witheford - * Joakim Lindberg \ No newline at end of file + * Joakim Lindberg + * Andrew Riedi diff --git a/OpenRA.Game/GameRules/VoiceInfo.cs b/OpenRA.Game/GameRules/VoiceInfo.cs index 6adad3d21a..a8ae1fe158 100644 --- a/OpenRA.Game/GameRules/VoiceInfo.cs +++ b/OpenRA.Game/GameRules/VoiceInfo.cs @@ -31,7 +31,7 @@ namespace OpenRA.GameRules : new Dictionary(); } - public readonly Lazy> Pools; + public readonly OpenRA.FileFormats.Lazy> Pools; public VoiceInfo( MiniYaml y ) {