]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
bsp model shadows are now enlarged by r_shadow_projectdistance (to cure problems...
[xonotic/darkplaces.git] / vid_null.c
index 5a0a448d0825c4e678bfcca709173a1d5807584f..32003e071f50693ab039ba76fa23560dfffa009d 100644 (file)
@@ -75,7 +75,7 @@ void VID_Init(void)
        InitSig(); // trap evil signals
 }
 
-int VID_InitMode(int fullscreen, int width, int height, int bpp, int stencil)
+int VID_InitMode(int fullscreen, int width, int height, int bpp)
 {
        return false;
 }