Fixed under VS 2010.
This commit is contained in:
committed by
Chris Forbes
parent
ef96604f9e
commit
3d7434f42e
3
AUTHORS
3
AUTHORS
@@ -6,4 +6,5 @@ The OpenRA developers are:
|
|||||||
* Matthew Bowra-Dean
|
* Matthew Bowra-Dean
|
||||||
* Paul Chote
|
* Paul Chote
|
||||||
* Alli Witheford
|
* Alli Witheford
|
||||||
* Joakim Lindberg
|
* Joakim Lindberg
|
||||||
|
* Andrew Riedi
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ namespace OpenRA.GameRules
|
|||||||
: new Dictionary<string, string[]>();
|
: new Dictionary<string, string[]>();
|
||||||
}
|
}
|
||||||
|
|
||||||
public readonly Lazy<Dictionary<string, VoicePool>> Pools;
|
public readonly OpenRA.FileFormats.Lazy<Dictionary<string, VoicePool>> Pools;
|
||||||
|
|
||||||
public VoiceInfo( MiniYaml y )
|
public VoiceInfo( MiniYaml y )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user