[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:
Bill Currie 2023-07-14 15:38:55 +09:00
parent 6e9f50ffe4
commit f2cb62f2c8

View file

@ -402,7 +402,7 @@ BI_Graphics_Init (progs_t *pr)
//Key_SetKeyDest (key_game);
Con_Init ();
vidsize_listener (0, &viddef); //FIXME this probably shouldn't be needed
VID_SendSize ();
S_Init (0, &con_frametime);
//CDAudio_Init ();