mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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.colormap8 = vid_colormap;
|
||||||
vid.fullbright = 256 - LittleLong (*((int *) vid.colormap8 + 2048));
|
vid.fullbright = 256 - LittleLong (*((int *) vid.colormap8 + 2048));
|
||||||
|
|
||||||
|
Con_CheckResize ();
|
||||||
|
|
||||||
#ifdef SPLASH_SCREEN
|
#ifdef SPLASH_SCREEN
|
||||||
if(hwnd_dialog)
|
if(hwnd_dialog)
|
||||||
DestroyWindow (hwnd_dialog);
|
DestroyWindow (hwnd_dialog);
|
||||||
|
|
Loading…
Reference in a new issue