mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Merge branch 'nodepthset' into 'next'
Don't force bit depth to 8-bit when setting default video mode See merge request STJr/SRB2!1733
This commit is contained in:
commit
e301268af7
1 changed files with 0 additions and 1 deletions
|
@ -401,7 +401,6 @@ void SCR_SetDefaultMode(void)
|
|||
// remember the default screen size
|
||||
CV_SetValue(&cv_scr_width, vid.width);
|
||||
CV_SetValue(&cv_scr_height, vid.height);
|
||||
CV_SetValue(&cv_scr_depth, vid.bpp*8);
|
||||
}
|
||||
|
||||
// Change fullscreen on/off according to cv_fullscreen
|
||||
|
|
Loading…
Reference in a new issue