mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
[qwaq] Use VID_SendSize
Takes care of a FIXME I'd forgotten about, but was rather relevant to this morning's changes.
This commit is contained in:
parent
6e9f50ffe4
commit
f2cb62f2c8
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ BI_Graphics_Init (progs_t *pr)
|
||||||
|
|
||||||
//Key_SetKeyDest (key_game);
|
//Key_SetKeyDest (key_game);
|
||||||
Con_Init ();
|
Con_Init ();
|
||||||
vidsize_listener (0, &viddef); //FIXME this probably shouldn't be needed
|
VID_SendSize ();
|
||||||
|
|
||||||
S_Init (0, &con_frametime);
|
S_Init (0, &con_frametime);
|
||||||
//CDAudio_Init ();
|
//CDAudio_Init ();
|
||||||
|
|
Loading…
Reference in a new issue