mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
isFullscreen is unused?
This commit is contained in:
parent
1a731fb463
commit
a103697dd0
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ boolean OglSdlSurface(INT32 w, INT32 h, boolean isFullscreen)
|
|||
INT32 cbpp;
|
||||
//Uint32 OGLFlags;
|
||||
const GLvoid *glvendor = NULL, *glrenderer = NULL, *glversion = NULL;
|
||||
(void)isFullscreen; //unused
|
||||
|
||||
cbpp = cv_scr_depth.value < 16 ? 16 : cv_scr_depth.value;
|
||||
|
||||
|
|
Loading…
Reference in a new issue