mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue