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:
Spoike 2009-07-11 16:49:36 +00:00
parent b1ac73b6cb
commit 0cf09d8063
1 changed files with 1 additions and 1 deletions

View File

@ -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;