if (spell_word > 0) { | if (spell_word > 0) { | ||||
// Speak as individual letters | // Speak as individual letters | ||||
phonemes[0] = 0; | phonemes[0] = 0; | ||||
end_type = 0; | |||||
if (SpeakIndividualLetters(tr, word1, phonemes, spell_word) == NULL) { | if (SpeakIndividualLetters(tr, word1, phonemes, spell_word) == NULL) { | ||||
if (word_length > 1) | if (word_length > 1) |