DroidFish: Fixed NPE in speech synthesis code.

This commit is contained in:
Peter Osterlund 2017-01-31 22:26:16 +01:00
parent 2a447aba64
commit b79179a1dc

View File

@ -52,7 +52,7 @@ public class Speech {
return NONE;
}
}
private Language lang;
private Language lang = Language.NONE;
/** Initialize the text to speech engine for a given language. */