Merge branch 'fix-console-splitting' into 'next'

Fix the console splitting up halfway through startup.

Closes #349

See merge request STJr/SRB2!1494
This commit is contained in:
sphere 2021-06-02 06:31:01 -04:00
commit 4aa3bea6ca

View file

@ -455,7 +455,8 @@ void VID_BlitLinearScreen_ASM(const UINT8 *srcptr, UINT8 *destptr, INT32 width,
static void CV_constextsize_OnChange(void)
{
con_recalc = true;
if (!con_refresh)
con_recalc = true;
}