From ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 11 Dec 2010 00:33:47 +0000 Subject: Bind new screen_bpp variable to configuration file. Subversion-branch: /branches/raven-branch Subversion-revision: 2217 --- src/i_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i_video.c b/src/i_video.c index 99972e9a..0919bccf 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -2131,6 +2131,7 @@ void I_BindVideoVariables(void) M_BindVariable("startup_delay", &startup_delay); M_BindVariable("screen_width", &screen_width); M_BindVariable("screen_height", &screen_height); + M_BindVariable("screen_bpp", &screen_bpp); M_BindVariable("grabmouse", &grabmouse); M_BindVariable("mouse_acceleration", &mouse_acceleration); M_BindVariable("mouse_threshold", &mouse_threshold); -- cgit v1.2.3