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