This commit is contained in:
alzeih
2010-08-15 00:38:31 +12:00
parent 694fd84188
commit 1f54ad3238

View File

@@ -184,7 +184,6 @@ namespace OpenRA
// Returns true if it played a phrase
public static bool PlayVoice(string phrase, Actor voicedUnit, string variant)
{
Console.WriteLine(" Foo: `{0}`", phrase);
if (voicedUnit == null) return false;
if (phrase == null) return false;