mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
comment brein damage
This commit is contained in:
parent
8d0acf7630
commit
5dc827ccf8
1 changed files with 2 additions and 4 deletions
|
@ -173,10 +173,8 @@ extract_line (char *line)
|
|||
memcpy (line, text, i);
|
||||
line[i] = '\0';
|
||||
// delete the text from the command buffer and move remaining commands
|
||||
// down
|
||||
// this is necessary because commands (exec, alias) can insert data at
|
||||
// the
|
||||
// beginning of the text buffer
|
||||
// down this is necessary because commands (exec, alias) can insert
|
||||
// data at the beginning of the text buffer
|
||||
|
||||
if (i == cmd_text.cursize)
|
||||
cmd_text.cursize = 0;
|
||||
|
|
Loading…
Reference in a new issue