diff options
author | Simon Howard | 2010-12-11 00:33:47 +0000 |
---|---|---|
committer | Simon Howard | 2010-12-11 00:33:47 +0000 |
commit | ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559 (patch) | |
tree | 217ae3fa8d14637fcd2ff18e295a11aa1420477a | |
parent | 0688ecda7a802723ae64ab516cfe6508d9890ec7 (diff) | |
download | chocolate-doom-ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559.tar.gz chocolate-doom-ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559.tar.bz2 chocolate-doom-ec3323b9ec5adbb2f24ec67dab1ef776ec7fc559.zip |
Bind new screen_bpp variable to configuration file.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2217
-rw-r--r-- | src/i_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |