diff options
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r-- | apps/gui/option_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index 4f446fc8de..3b26ab12d2 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c | |||
@@ -133,7 +133,7 @@ static char *option_get_valuestring(struct settings_list *setting, | |||
133 | 133 | ||
134 | static void option_talk(struct settings_list *setting, int temp_var) | 134 | static void option_talk(struct settings_list *setting, int temp_var) |
135 | { | 135 | { |
136 | if (!talk_menus_enabled()) | 136 | if (!global_settings.talk_menu) |
137 | return; | 137 | return; |
138 | if ((setting->flags & F_BOOL_SETTING) == F_BOOL_SETTING) | 138 | if ((setting->flags & F_BOOL_SETTING) == F_BOOL_SETTING) |
139 | { | 139 | { |