summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 04e37394b6..e9307f056f 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -539,8 +539,8 @@ void talk_init(void)
539bool talk_voice_required(void) 539bool talk_voice_required(void)
540{ 540{
541 return (voicefile_size != 0) /* Voice file is available */ 541 return (voicefile_size != 0) /* Voice file is available */
542 || (global_settings.talk_dir == 3) /* Thumbnail clips are required */ 542 || (global_settings.talk_dir_clip) /* Thumbnail clips are required */
543 || (global_settings.talk_file == 3); 543 || (global_settings.talk_file_clip);
544} 544}
545#endif 545#endif
546 546