diff --git a/settings.c b/settings.c index d3690fb2a3..8795add4b5 100644 --- a/settings.c +++ b/settings.c @@ -373,7 +373,7 @@ bool config_load_file(const char *path) CONFIG_GET_BOOL(video.fullscreen, "video_fullscreen"); CONFIG_GET_BOOL(video.windowed_fullscreen, "video_windowed_fullscreen"); - CONFIG_GET_BOOL(video.monitor_index, "video_monitor_index"); + CONFIG_GET_INT(video.monitor_index, "video_monitor_index"); CONFIG_GET_BOOL(video.force_16bit, "video_force_16bit"); CONFIG_GET_BOOL(video.disable_composition, "video_disable_composition"); CONFIG_GET_BOOL(video.vsync, "video_vsync");