diff --git a/gfx/d3d9/d3d9_pc.cpp b/gfx/d3d9/d3d9_pc.cpp index 0ee460590c..a72b092796 100644 --- a/gfx/d3d9/d3d9_pc.cpp +++ b/gfx/d3d9/d3d9_pc.cpp @@ -836,7 +836,7 @@ void D3DVideo::init_luts(void) } } -void D3DVideo::init_multipass(void) +int D3DVideo::init_multipass(void) { config_file_t *conf = config_file_new(cg_shader.c_str()); if (!conf)