Fix derp.

This commit is contained in:
Themaister 2012-10-12 22:03:17 +02:00
parent 1968603451
commit a31aacf1a8

View File

@ -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");