mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fixed misplacement of menu
This commit is contained in:
parent
ba19ee1120
commit
d720efe1e6
1 changed files with 2 additions and 0 deletions
|
@ -978,6 +978,8 @@ VID_Init (unsigned char *palette)
|
|||
vid.colormap8 = vid_colormap;
|
||||
vid.fullbright = 256 - LittleLong (*((int *) vid.colormap8 + 2048));
|
||||
|
||||
Con_CheckResize ();
|
||||
|
||||
#ifdef SPLASH_SCREEN
|
||||
if(hwnd_dialog)
|
||||
DestroyWindow (hwnd_dialog);
|
||||
|
|
Loading…
Reference in a new issue