commit ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Dec 11 00:33:47 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Dec 11 00:33:47 2010 +0000
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);