mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
initialize the gamma
This commit is contained in:
parent
a401d6f40a
commit
2634b447b5
1 changed files with 1 additions and 1 deletions
|
@ -127,8 +127,8 @@ VID_Init (unsigned char *palette)
|
|||
if (!(screen = SDL_SetVideoMode (vid.width, vid.height,
|
||||
vid_bitdepth->int_val, flags)))
|
||||
Sys_Error ("VID: Couldn't set video mode: %s\n", SDL_GetError ());
|
||||
VID_InitGamma (palette);
|
||||
VID_SetPalette (palette);
|
||||
VID_SetCaption ("");
|
||||
|
||||
switch (vid_bitdepth->int_val) {
|
||||
case 8:
|
||||
|
|
Loading…
Reference in a new issue