mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Whitespace.
This commit is contained in:
parent
7bc5f87d53
commit
294402007a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue