]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
VID_Init now takes an int bpp parameter
[xonotic/darkplaces.git] / vid_null.c
index 2b4d3b029e60462869ea8bf0ceeb93025209ffcc..6a14679bcaf9dc239c69d5c94cb8a96378ba21d0 100644 (file)
@@ -67,7 +67,7 @@ int VID_SetGamma(float prescale, float gamma, float scale, float base)
        return FALSE;
 }
 
-void VID_Init(int fullscreen, int width, int height)
+void VID_Init(int fullscreen, int width, int height, int bpp)
 {
        InitSig(); // trap evil signals
 }