fix the black pit of despair (sorry, Despair:) (same issue as vid_fbdev)

This commit is contained in:
Bill Currie 2001-04-17 06:21:40 +00:00
parent 0f98db9e5a
commit 1dcaf3bb3f

View file

@ -544,6 +544,7 @@ VID_Init (unsigned char *palette)
VID_SetMode (current_mode, palette);
Con_CheckResize (); // Now that we have a window size, fix console
VID_InitGamma (palette);
VID_SetPalette (palette);
}
}