mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Another little FIXME. (Cleanup I'll do soon, hopefully)
This commit is contained in:
parent
2000954a2c
commit
f57eb911cc
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ VID_Init_Cvars ()
|
||||||
"Toggles fullscreen mode");
|
"Toggles fullscreen mode");
|
||||||
vid_system_gamma = Cvar_Get ("vid_system_gamma", "1", CVAR_ARCHIVE, NULL,
|
vid_system_gamma = Cvar_Get ("vid_system_gamma", "1", CVAR_ARCHIVE, NULL,
|
||||||
"Use system gamma control if available");
|
"Use system gamma control if available");
|
||||||
|
// FIXME: vid_colorbpp in common GL setup, make consistent with sdl32 scheme
|
||||||
vid_bitdepth = Cvar_Get ("vid_bitdepth", "8", CVAR_ROM, NULL, "Sets "
|
vid_bitdepth = Cvar_Get ("vid_bitdepth", "8", CVAR_ROM, NULL, "Sets "
|
||||||
"display bitdepth (supported modes: 8 16 32)");
|
"display bitdepth (supported modes: 8 16 32)");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue