mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Well that was a stupid bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3253 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b1ac73b6cb
commit
0cf09d8063
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ void Con_PrintCon (console_t *con, char *txt)
|
|||
con->linecount++;
|
||||
if (con == &con_main)
|
||||
con_times[con->linesprinted++%NUM_CON_TIMES] = realtime;
|
||||
con->current->newer = Z_Malloc(sizeof(sizeof(conline_t)));
|
||||
con->current->newer = Z_Malloc(sizeof(conline_t));
|
||||
con->current->newer->older = con->current;
|
||||
con->current = con->current->newer;
|
||||
con->current->length = 0;
|
||||
|
|
Loading…
Reference in a new issue