From 17a6068f89c054178e3859d0a23c8940b7df5044 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 7 Apr 2013 00:13:50 +0200 Subject: [PATCH] Fix typo. --- settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.c b/settings.c index b9f86cc008..f5cd950cd2 100644 --- a/settings.c +++ b/settings.c @@ -442,7 +442,7 @@ bool config_load_file(const char *path) CONFIG_GET_BOOL(video.aspect_ratio_auto, "video_aspect_ratio_auto"); CONFIG_GET_FLOAT(video.refresh_rate, "video_refresh_rate"); - CONFIG_GET_PATH(video.cg_shader, "video_cg_shader"); + CONFIG_GET_PATH(video.cg_shader_path, "video_cg_shader"); CONFIG_GET_PATH(video.xml_shader_path, "video_xml_shader"); CONFIG_GET_BOOL(video.allow_rotate, "video_allow_rotate");