Whitespace.

This commit is contained in:
Jeff Teunissen 2001-01-09 00:15:34 +00:00
parent 7bc5f87d53
commit 294402007a

View file

@ -203,8 +203,7 @@ Con_Resize (console_t *con)
if (width == con_linewidth)
return;
if (width < 1) // video hasn't been initialized yet
{
if (width < 1) { // video hasn't been initialized yet
width = 38;
con_linewidth = width;
con_totallines = CON_TEXTSIZE / con_linewidth;