Another little FIXME. (Cleanup I'll do soon, hopefully)

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-03-03 19:32:56 +00:00
parent 2000954a2c
commit f57eb911cc

View file

@ -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)");
} }