* General decrufting:
* Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories
This commit is contained in:
parent
63fdc74843
commit
c41483634c
116 changed files with 16 additions and 48383 deletions
|
@ -248,7 +248,7 @@ If the line width has changed, reformat the buffer.
|
|||
void Con_CheckResize (void)
|
||||
{
|
||||
int i, j, width, oldwidth, oldtotallines, numlines, numchars;
|
||||
MAC_STATIC short tbuf[CON_TEXTSIZE];
|
||||
short tbuf[CON_TEXTSIZE];
|
||||
|
||||
width = (SCREEN_WIDTH / SMALLCHAR_WIDTH) - 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue