Skip to content

Commit fa4e590

Browse files
committed
cleanup
1 parent 5baa935 commit fa4e590

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

code/sound/fsspeech.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ bool fsspeech_init()
264264

265265
int voice = os_config_read_uint(nullptr, "SpeechVoice", 0);
266266
speech_set_voice(voice);
267-
267+
268268
int volume = os_config_read_uint(nullptr, "SpeechVolume", 100);
269269
speech_set_volume((unsigned short)volume);
270270

code/sound/speech_android.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ bool speech_play(const SCP_string& text)
108108
}
109109

110110
jstring j_txt = env->NewStringUTF(text.c_str());
111-
nprintf(("Speech : Playing TTS string: %s!\n", text.c_str()));
112111
jboolean ok = env->CallStaticBooleanMethod(j_game_class, tts_speak, j_txt);
113112
env->DeleteLocalRef(j_txt);
114113

0 commit comments

Comments
 (0)