mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-02 22:41:38 +00:00
Don't force bit depth to 8-bit when setting default video mode
This commit is contained in:
parent
ff57a983d7
commit
98aafc6056
1 changed files with 0 additions and 1 deletions
|
@ -390,7 +390,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