]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
VID_Init now takes an int bpp parameter
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 18b5c1a04df8627a777a6c7fad1401697da05cd3..a5e620d6b42950dd052d343a56f4dec6e5ca8982 100644 (file)
--- a/host.c
+++ b/host.c
@@ -885,7 +885,7 @@ void Host_Init (void)
 #ifndef _WIN32 // on non win32, mouse comes before video for security reasons
                IN_Init ();
 #endif
-               VID_Init (vid_fullscreen.integer, vid_width.integer, vid_height.integer);
+               VID_Init (vid_fullscreen.integer, vid_width.integer, vid_height.integer, vid_bitsperpixel.integer);
 
                Render_Init();
                S_Init ();