shithub: choc

Download patch

ref: ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559
parent: 0688ecda7a802723ae64ab516cfe6508d9890ec7
author: Simon Howard <fraggle@gmail.com>
date: Fri Dec 10 19:33:47 EST 2010

Bind new screen_bpp variable to configuration file.

Subversion-branch: /branches/raven-branch
Subversion-revision: 2217

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -2131,6 +2131,7 @@
     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);